RE: [Doxygen-develop] DocBook Generator
Brought to you by:
dimitri
From: Ferdinand P. <fer...@ix...> - 2004-04-05 17:16:29
|
Hi Oliver, > From: Oliver Fischer [mailto:pl...@sn...] > > Dear developers of doxygen, > > in one of our projects we use DocBook as main format for > writing our documentation. Since we aspire to use DocBook in > as many places as we could, I would like to write a DocBook > extension to doxygen. > > First at all I would like to know if this extension would be > wellcomed as contribution to doxygen. > Secondly I would like to know, if some could assist me while > implementing the docbook extension, since I am not common > with the internal doxygen API. The easiest way would be to create a converting XSLT from the XML that is usually possible to generate by doxygen. I created a convertor from the doxygen XML into an ndoc XML to be able to finalize documentation in ndoc and it was pretty straightforward (not finished yet though). If you are familiar with XSLT it is the quickest way. Debugging of a native documentation generator is harder than fixing a XSL template... But you can decide what is the best for your needs. Unfortunately I am not aware about the DTD. Ferda |