Re: code comments and doxygen

2019-11-19 Thread Marcus
Am 19.11.19 um 09:42 schrieb Peter Kovacs: @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. ok, if it's similar to javadoc then this should have been my question. When you w

Re: code comments and doxygen

2019-11-19 Thread Peter Kovacs
@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 o

Re: code comments and doxygen

2019-11-18 Thread Damjan Jovanovic
On Mon, Nov 18, 2019 at 10:58 PM Peter Kovacs 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 a

Re: code comments and doxygen

2019-11-18 Thread Marcus
Am 18.11.19 um 21:57 schrieb Peter Kovacs: 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. when you write already that you want to change code lines than it would be good to show some exa