diff --git a/solidityCompiler.cpp b/solidityCompiler.cpp index 6e12fecf8..26bfc7cb6 100644 --- a/solidityCompiler.cpp +++ b/solidityCompiler.cpp @@ -41,7 +41,9 @@ namespace test 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 { public: