Update of /cvsroot/boost/boost/tools/boostbook/xsl/doxygen
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8891/doxygen

Modified Files:
        doxygen2boostbook.xsl 
Log Message:
document nested classes and nested enums

Index: doxygen2boostbook.xsl
===================================================================
RCS file: 
/cvsroot/boost/boost/tools/boostbook/xsl/doxygen/doxygen2boostbook.xsl,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- doxygen2boostbook.xsl       13 Nov 2006 16:24:15 -0000      1.37
+++ doxygen2boostbook.xsl       14 Mar 2007 22:33:58 -0000      1.38
@@ -46,7 +46,6 @@
 
   <xsl:key name="compounds-by-kind" match="compounddef" use="@kind"/>
   <xsl:key name="compounds-by-id" match="compounddef" use="@id"/>
-  <xsl:key name="inner-classes" 
match="compounddef[not(attribute::kind='namespace') and 
not(attribute::kind='file')]/innerclass" use="@refid"/>
 
   <xsl:strip-space elements="briefdescription detaileddescription"/>
 
@@ -184,8 +183,8 @@
     <xsl:param name="with-namespace-refs"/>
 
     <xsl:if test="contains(string(location/attribute::file), 
-                           concat('/', $in-file)) and
-                  not (key('inner-classes', @id))">
+                           concat('/', $in-file)) ">
+    
       <!-- The short name of this class -->
       <xsl:variable name="name-with-spec">
         <xsl:call-template name="strip-qualifiers">


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to