Re: How to exclude C files from doc parsing ?
- From: Stefan Sauer <ensonic hora-obscura de>
- To: gtk-doc-list gnome org
- Subject: Re: How to exclude C files from doc parsing ?
- Date: Thu, 06 Feb 2014 17:34:50 +0100
On 02/06/2014 12:36 PM, Tim Ruehsen wrote:
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
You can configure this in Makefile.am
MKDB_OPTIONS=--ignore-files=css_tokenizer.c
Stefan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]