aboutsummaryrefslogtreecommitdiffstats
path: root/src/lex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lex.cpp')
-rw-r--r--src/lex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lex.cpp b/src/lex.cpp
index 81dbe19..dc7bd4a 100644
--- a/src/lex.cpp
+++ b/src/lex.cpp
@@ -16,7 +16,6 @@
*/
/** @file
-
* @brief Lexing (build a SExp from a string)
*/
@@ -36,6 +35,7 @@ readChar(Cursor& cur, istream& in)
return ch;
}
+/// Read an expression from @a in
SExp
readExpression(Cursor& cur, istream& in)
{