Author: N.F.S Grundtvig (The members of this class inherits the author by default.)
Document using multiple lines preceeded with ///.
Document using multiple lines preceeded with ///.
To document this function. The C++ style single line comments (use:
/// ) are joined to one single block. Works everywhere not just for functions.
This is how it looks in the source:
/// Document using multiple lines preceeded with ///.
/// To document this function. The C++ style single line comments (use: #///# )
/// are joined to one single block. Works everywhere not just for functions.
|