summaryrefslogtreecommitdiffstats
path: root/src/fileparser.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-12-18 10:38:14 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-12-18 10:38:14 (GMT)
commit149d5e8f19dda2fa4d898fbbc7d922b29c8aa281 (patch)
tree0a6e62ed52346b17fd52172d2134e83ddaa43912 /src/fileparser.h
parentf869e377f29c66bebeda45cf0597a8a982e84fcb (diff)
downloadDoxygen-149d5e8f19dda2fa4d898fbbc7d922b29c8aa281.zip
Doxygen-149d5e8f19dda2fa4d898fbbc7d922b29c8aa281.tar.gz
Doxygen-149d5e8f19dda2fa4d898fbbc7d922b29c8aa281.tar.bz2
Incorrect warning "yyextra->inside" instead of "inside"
We get warnings like: ``` warning: reached end of file while yyextra->inside a 'code' block! warning: Ignoring \brief command yyextra->inside argument documentation ``` this is due to the fact that the scanner has been made reentrant (inside becomes yyextra->inside and this slipped into the warning strings as well)
Diffstat (limited to 'src/fileparser.h')
0 files changed, 0 insertions, 0 deletions