> > Seems to me we can use the compounddef for the namespace to extract this. Under > > this element there is a <sectiondef kind="func"> that has a list of all the > > functions defined in the namespace including the header file. Was there some > > reason you didn't use this? > > Maybe I missed it? I don't have access to the Doxygen XML output at the > moment, but I'll try this out later. If this works out, we might not even > need to ask for changes to Doxygen. 1.2.18 might "just work".
Take a look in the namesapceboost__1_1date__time.xml file for an example. You can look for the function parse_date as an example. In there there is a tag: <location file="/home..../date_parsing.hpp" .../> It might be you didn't use this b/c we would need to do some path stripping to get the actual header cleanly... > I'd really prefer that empty description elements not even appear in the > output. If they do appear, they should probably be > <briefdescription/> > > I've actually worked around the problem (and learned a little more XSLT > in the process), so perhaps it's a non-issue at this point. Ok. However, it should probably be at least a minor suggestion to the Doxygen team. Jeff ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Boost-docs mailing list [EMAIL PROTECTED] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
