@Marcus I am not sure what you want to see. Doxygen is a language independent documentation system (supporting c, c++, Java, python and more) working much like javadoc. There is no code. You place the comments after or before the code and can give a function, method or class context. We do that occasionally, but very differently. In svtools is an German example I though I translate. If I have done so I can of course go through github for review. You would see the difference then. Is that what you want?
@damjan, all I have a look, thanks. But the question is do we want to maintain such a tool? Or is it based on some bigger project? Am 19. November 2019 03:53:16 MEZ schrieb Damjan Jovanovic <dam...@apache.org>: >On Mon, Nov 18, 2019 at 10:58 PM Peter Kovacs <peter.kov...@posteo.de> >wrote: > >> anyone minds if i add or modify existing code comments to fit to a >> doxygen generated output? >> >> I am using it at the moment to build a better understanding. >> >> >Don't we have an internal documentation system used in place of >doxygen, >and able to generate documentation for IDL and other languages? > >main/autodoc and so on? > >Damjan