[Doxygen-develop] Comment diagrams
Brought to you by:
dimitri
From: Stathis S. <im...@sa...> - 2004-11-17 18:19:43
|
Hello everyone, (sorry if you receive this twice) I have developed a small Java utility that can generate PNG diagrams from ascii-art: http://ditaa.sourceforge.net What I would like to know is, what you think is the best way to try and integrate this into doxygen, so that any ascii-diagrams included in the comments would be rendered and the appropriate <img> tag would be inserted into the resulting HTML documentation. I thought of using preprocessing, but wouldn't that require my preprocessor to be able to parse comments in the same way that doxygen does? (and what's worse, in all the languages doxygen parses!) And another thing: do you think that's a worthwhile project (the intergration with doxygen) Thanks, Stathis |