aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 221ab962..33e8db79 100644
--- a/main.cpp
+++ b/main.cpp
@@ -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: