GNOME Bugzilla – Bug 487760
Doxygen barfs at ??= trigraph
Last modified: 2007-10-27 09:14:32 UTC
Please describe the problem: I have the following trigraph prefixed pre-processor directives at the top of all my header files to select a specific code page. Doxygen doesn't parse and no documentation is produced for the file. ??=ifdef __COMPILER_VER__ ??=pragma filetag("IBM-037") ??=endif Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Doxygen's C preprocessor didn't support trigraphs and so far nobody ever complained, so I guess they are not very popular ;-) Anyway I'll include some substitution rules for them in the preprocessor.
This bug had the status ASSIGNED, which means that the problem should be fixed in doxygen version 1.5.4 which has just been released. If this is not the case then please reopen the bug (and provide additional information if needed).