summaryrefslogtreecommitdiffstats
path: root/examples/@ref https:/codedocs.xyz
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2021-03-10 11:01:20 (GMT)
committeralbert-github <albert.tests@gmail.com>2021-03-10 11:01:20 (GMT)
commitaa00bcb575b4bdf85a784eeec109c6782de89924 (patch)
treec7fb48598191c8c209c2534feaae801d66e0bac4 /examples/@ref https:/codedocs.xyz
parent9136e8c664bc4b0706a9cf419c76b2277b87f4a1 (diff)
downloadDoxygen-aa00bcb575b4bdf85a784eeec109c6782de89924.zip
Doxygen-aa00bcb575b4bdf85a784eeec109c6782de89924.tar.gz
Doxygen-aa00bcb575b4bdf85a784eeec109c6782de89924.tar.bz2
Problem with non escaped double quote in preprocessor
When having the (lex) program like: ``` %% [\"] {} %% #ifdef SHARED_OBJECT int filter_func(FILE *in, FILE *out) { /* " */ } #else int main(void) { } #endif ``` we get the messages like: ``` .../htuml2txt.lex:11: warning: Found an #else without a preceding #if. .../htuml2txt.lex:13: warning: More #endif's than #if's found. ``` due to the fact that the escaped double quote is not seen as an escaped character.
Diffstat (limited to 'examples/@ref https:/codedocs.xyz')
0 files changed, 0 insertions, 0 deletions