Re: [Doxygen-develop] DocBook Generator
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2004-04-07 20:09:49
|
On Mon, Apr 05, 2004 at 04:20:15PM +0200, Oliver Fischer wrote: > 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. I think they are. > 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. You could also use the public API, either via the raw XML output or via doxygen's XML parser, see addon/doxmlparser. I once started with this but I never got beyond something very rudimentary due to a lack of time. But maybe you can use it to get started, that's why I attached it. Regards, Dimitri |