List:Commits« Previous MessageNext Message »
From:mcbrown Date:November 22 2006 9:07pm
Subject:svn commit - mysqldoc@docsrva: r4021 - trunk/tools
View as plain text  
Author: mcbrown
Date: 2006-11-22 22:07:06 +0100 (Wed, 22 Nov 2006)
New Revision: 4021

Log:
Adding glossary to the list of identified terms



Modified:
   trunk/tools/idmap.pl


Modified: trunk/tools/idmap.pl
===================================================================
--- trunk/tools/idmap.pl	2006-11-22 19:36:41 UTC (rev 4020)
+++ trunk/tools/idmap.pl	2006-11-22 21:07:06 UTC (rev 4021)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 841 bytes

@@ -231,7 +231,7 @@
 
     if (exists($element->{Attributes}->{id}))
     {
-        return unless ($element->{Name} =~ m/^(appendix|article|book|part|chapter|example|para|preface|programlisting|refentry|refsection|section|figure)$/i);
+        return unless ($element->{Name} =~ m/^(appendix|article|book|part|chapter|example|glossary|para|preface|programlisting|refentry|refsection|section|figure)$/i);
 
         $self->{ids}->{$element->{Attributes}->{id}} = {'type' => $element->{Name},
                                                         'sectionparent' => $self->{currsection} || $element->{Attributes}->{id} || '--TOP--',


Thread
svn commit - mysqldoc@docsrva: r4021 - trunk/toolsmcbrown22 Nov