diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2017-04-02 12:51:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-02 12:51:46 (GMT) |
commit | 71d56e2cde40d74317691165c86b1d06293f2f23 (patch) | |
tree | 23d4edf1938351dee0b1cb7e7bff06d59c9905c8 /src/pre.l | |
parent | 898b6044194d5967099adfadab454cd09a4f360e (diff) | |
parent | 5711b54b4813a2f4ce3b858e496ac846cbda69e5 (diff) | |
download | Doxygen-71d56e2cde40d74317691165c86b1d06293f2f23.zip Doxygen-71d56e2cde40d74317691165c86b1d06293f2f23.tar.gz Doxygen-71d56e2cde40d74317691165c86b1d06293f2f23.tar.bz2 |
Merge pull request #560 from luzpaz/typos
typos
Diffstat (limited to 'src/pre.l')
-rw-r--r-- | src/pre.l | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1050,7 +1050,7 @@ static int getNextId(const QCString &expr,int p,int *l) return -1; } -/*! preforms recursive macro expansion on the string \a expr +/*! performs recursive macro expansion on the string \a expr * starting at position \a pos. * May read additional characters from the input while re-scanning! * If \a expandAll is \c TRUE then all macros in the expression are |