diff options
author | albert-github <albert.tests@gmail.com> | 2015-03-15 17:44:07 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2015-03-15 17:44:07 (GMT) |
commit | ebe3e8ec4a09edbb8a5b2dde88b6c479b03c0be9 (patch) | |
tree | ccb045765d5ef596c9465bbbad99a69de7110d4a | |
parent | 95375152974fa7e0e4d4cec7007d942dd5e9615e (diff) | |
download | Doxygen-ebe3e8ec4a09edbb8a5b2dde88b6c479b03c0be9.zip Doxygen-ebe3e8ec4a09edbb8a5b2dde88b6c479b03c0be9.tar.gz Doxygen-ebe3e8ec4a09edbb8a5b2dde88b6c479b03c0be9.tar.bz2 |
Internal debug option -d lex is not described
The Internal debug option -d lex had not been described.
-rw-r--r-- | src/doxygen.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doxygen.md b/src/doxygen.md index 9a9d726..4caa198 100644 --- a/src/doxygen.md +++ b/src/doxygen.md @@ -168,6 +168,10 @@ easy ways to get debug information. command is specified) - 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 + problem occurs. This makes it easier to select the file to be compiled in `lex` debug mode. Producing output ---------------- |