Asterisk-syntax for doxygen class documentation.

This commit is contained in:
Christian 2014-10-28 16:51:26 +01:00
parent 221975bce8
commit 3306835c9d

View File

@ -36,7 +36,9 @@ void version()
}
/// Helper class that extracts the first expression in an AST.
/**
* Helper class that extracts the first expression in an AST.
*/
class FirstExpressionExtractor: private ASTVisitor
{
public: