westes / flex

The Fast Lexical Analyzer - scanner generator for lexing in C and C++
Other
3.55k stars 529 forks source link

Docs typo: C++ header file is FlexLexer.h not yyFlexLexer.h #606

Closed zmajeed closed 9 months ago

zmajeed commented 10 months ago

Incorrect header filename used in docs

"The '--header-file' option is not compatible with the '--c++' option, since the C++ scanner provides its own header in yyFlexLexer.h."

Fix https://github.com/westes/flex/pull/602

zmajeed commented 9 months ago

PR #602 merged