I’m using doxygen 1.8.14 with MACRO_EXPANSION=YES in Doxifile (creating HTML output).
For some reason ACTION_3 is not being parsed correctly, please see the attachment photo.
Any idea how can I fix that so I will get ACTION_3 in the list with the matching comment?
Hello Doxygen users,
I’m using macros to define enums (and strings) in C:
#define GENERATE_ENUM(ENUM, STR) ENUM,
typedef enum action { FOREACH_ACTION(GENERATE_ENUM) } action_t;
`#define FOREACH_ACTION(F) \
I’m using doxygen 1.8.14 with MACRO_EXPANSION=YES in Doxifile (creating HTML output).
For some reason ACTION_3 is not being parsed correctly, please see the attachment photo.
Any idea how can I fix that so I will get ACTION_3 in the list with the matching comment?
Last edit: Gil Kalish 2019-01-09
Same output for Doxygen 1.8.16.
Attaching my Doxyfile.