Skip to content

Commit f1152ce

Browse files
committed
Add doc comment to process_cpp2 function
1 parent 292bcd1 commit f1152ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/to_cpp1.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,6 +1237,11 @@ class cppfront
12371237
}
12381238
}
12391239

1240+
//-----------------------------------------------------------------------
1241+
// process_cpp2
1242+
//
1243+
// Runs the lexer and parser on the loaded source code
1244+
//
12401245
auto process_cpp2() -> void
12411246
{
12421247
// Tokenize

0 commit comments

Comments
 (0)