How to exclude C files from doc parsing ?



Hi,

I have a C file generated by the 'flex' utility. It contains comments like

/** bla
*/

which disturb gtk-doc:

../../libmget/css_tokenizer.c:2627: warning: Symbol name not found at the 
start of the comment block.
../../libmget/css_tokenizer.c:3366: warning: Symbol name not found at the 
start of the comment block.
... many more ...


I tried to add css_tokenizer.c to IGNORE_HFILES but without effect.
Is there a possibility to exclude .c files (or any other) from doc parsing ?

Regards, Tim



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]