PDA

View Full Version : How to document signals in cpp files with doxygen



rubikon
15th February 2012, 08:50
Hello.

I want to document my code with doxygen. To have the header files clean (from comments) I want to do that in the cpp files like discussed here (http://lists.qt.nokia.com/pipermail/qt-creator/2010-February/006060.html)

But how can I document signals in the cpp files?

Lykurg
15th February 2012, 09:02
@fn (http://www.stack.nl/~dimitri/doxygen/commands.html#cmdfn) should do the trick.

rubikon
15th February 2012, 09:40
Thank you :-)