diff options
author | albert-github <albert.tests@gmail.com> | 2015-03-16 19:03:16 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2015-03-16 19:03:16 (GMT) |
commit | 00a91ae9fabe7783260c7c3fcdfec5b1ead49350 (patch) | |
tree | cbcee20a7f266a17084089ecba1c6aa59431bc9c /src/doxygen.md | |
parent | ebe3e8ec4a09edbb8a5b2dde88b6c479b03c0be9 (diff) | |
download | Doxygen-00a91ae9fabe7783260c7c3fcdfec5b1ead49350.zip Doxygen-00a91ae9fabe7783260c7c3fcdfec5b1ead49350.tar.gz Doxygen-00a91ae9fabe7783260c7c3fcdfec5b1ead49350.tar.bz2 |
Internal debug option -d lex is not described
Corrected typing error in internal -d lex documentation
Diffstat (limited to 'src/doxygen.md')
-rw-r--r-- | src/doxygen.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doxygen.md b/src/doxygen.md index 4caa198..ccb47b9 100644 --- a/src/doxygen.md +++ b/src/doxygen.md @@ -169,8 +169,8 @@ easy ways to get debug information. - validate<br> Currently not used - lex<br> - Provide output of the `lex` files used. When a lexer ais started and when a lexer - ends the name of `lex` file is given so it is possible to see in which lexer the + Provide output of the `lex` files used. When a lexer is started and when a lexer + ends the name of the `lex` file is given so it is possible to see in which lexer the problem occurs. This makes it easier to select the file to be compiled in `lex` debug mode. Producing output |