Forgot some asterisks.

This commit is contained in:
Christian 2014-10-28 16:57:20 +01:00
parent b03a6a3563
commit 28ef0f0f1e

View File

@ -41,7 +41,9 @@ namespace test
namespace namespace
{ {
/// Helper class that extracts the first expression in an AST. /**
* Helper class that extracts the first expression in an AST.
*/
class FirstExpressionExtractor: private ASTVisitor class FirstExpressionExtractor: private ASTVisitor
{ {
public: public: