Fix some doxygen typos

This commit is contained in:
scrawl 2014-06-15 15:58:01 +02:00
parent 77388fe2ce
commit fd59a4a79e
9 changed files with 10 additions and 10 deletions

View file

@ -27,7 +27,7 @@ namespace Compiler
bool end = false);
void getCode (std::vector<Interpreter::Type_Code>& code) const;
///< store generated code in \æ code.
///< store generated code in \a code.
virtual bool parseName (const std::string& name, const TokenLoc& loc,
Scanner& scanner);