Re: [Doxygen-develop] can xmlgen output both the declaration and definition ?
Brought to you by:
dimitri
From: Negreanu M. <gr...@gm...> - 2012-05-18 12:52:27
|
On Tue, May 15, 2012 at 2:18 PM, Negreanu Marius <gr...@gm...> wrote: > Hi, > > I'm using the xml files generated by doxygen, to implement a backend > for mozilla's dxr indexing tool. > While doing that, I noticed that only one of the two > (declaration/definition) is written to the XML. > So far I can't find any config value that controls that. > > Thus, the question: can xmlgen output both the declaration and definition ? > > > Thanks I managed to get the declaration emitted along the definitions by going around the code that merges the two (doxygen.cpp:buildFunctionlist) One question I have is if I should make this behaviour configurable ? (something like EMIT_DECLARATIONS, in the XML section) -- Regards! http://groleo.wordpress.com |