From 8aa28fc6f34208ce3562dd8edcbecd028a61fd17 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 29 Jun 2009 01:07:02 +0000 Subject: More documentation fixes. git-svn-id: http://svn.drobilla.net/resp/tuplr@167 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/lex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lex.cpp') 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) { -- cgit v1.2.1