I would not want to annoy this:
Generating docs for compound bla_param... /home/mathieu/Projects/bla_parser.h:57: warning: Found unknown command `\0' /home/mathieu/Projects/bla_parser.h:57: warning: Found unknown command `\0'
The only option I can think of is double shielding and has:
typedef struct bla_param{ char *cclose;
But this makes it difficult to read my code and adds extra work to developers when documenting the API ...
Any other solution that I haven't thought about?
malat source share