Welcome! Log In Create A New Profile

Advanced

Syntax for documenting code

Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
Syntax for documenting code
July 01, 2010 11:42AM
Hey guys, just trying to get an idea of which syntax is the best to use when documenting classes and method. I'm using the Javadoc style @param @return etc...but I'm thinking there has to be some tool for generating documentation for C++ code (and in this case C++ with Qt), with its own syntax.
avatar Re: Syntax for documenting code
July 01, 2010 12:06PM
The documentation displayable in Qt Assistant was generated from the source code using doxygen
Re: Syntax for documenting code
July 01, 2010 02:40PM
Thanks, downloaded it and checked it out. Works quite nice and it makes provision for more C++ specific stuff too, like a typedef tag while still allow you to use @ sign before it like other javadoc tags. Plus you can still use the javadoc basic tags like @return.
Sorry, only registered users may post in this forum.

Click here to login