List:Commits« Previous MessageNext Message »
From:mcbrown Date:April 3 2008 9:30am
Subject:svn commit - mysqldoc@docsrva: r10413 - trunk/tools
View as plain text  
Author: mcbrown
Date: 2008-04-03 11:30:48 +0200 (Thu, 03 Apr 2008)
New Revision: 10413

Log:
Quick update to comments 



Modified:
   trunk/tools/idmap.pl


Modified: trunk/tools/idmap.pl
===================================================================
--- trunk/tools/idmap.pl	2008-04-03 02:16:25 UTC (rev 10412)
+++ trunk/tools/idmap.pl	2008-04-03 09:30:48 UTC (rev 10413)
Changed blocks: 5, Lines Added: 5, Lines Deleted: 5; 1342 bytes

@@ -252,7 +252,7 @@
 
     if (scalar @{$my_handler->{indexterms}})
     {
-        # Write out the entity imports
+        # Write out the indexterm imports
 
         foreach my $indexterm (@{$my_handler->{indexterms}})
         {

@@ -326,7 +326,7 @@
 
     if (scalar keys %{$my_handler->{commands}})
     {
-        # Write out the entity imports
+        # Write out the commands imports
 
         foreach my $command (keys %{$my_handler->{commands}})
         {

@@ -344,7 +344,7 @@
 
     if (scalar keys %{$my_handler->{options}})
     {
-        # Write out the entity imports
+        # Write out the options imports
 
         foreach my $option (keys %{$my_handler->{options}})
         {

@@ -362,7 +362,7 @@
 
     if (scalar keys %{$my_handler->{functions}})
     {
-        # Write out the entity imports
+        # Write out the functions imports
 
         foreach my $function (keys %{$my_handler->{functions}})
         {

@@ -380,7 +380,7 @@
 
     if (scalar keys %{$my_handler->{syntax}})
     {
-        # Write out the entity imports
+        # Write out the syntax imports
 
         foreach my $syntax (keys %{$my_handler->{syntax}})
         {


Thread
svn commit - mysqldoc@docsrva: r10413 - trunk/toolsmcbrown3 Apr