| 1 DOC_MODULE = 'finch' |
1 DOC_MODULE = 'finch' |
| 2 |
2 |
| 3 # Header files or dirs to ignore when scanning. Use base file/dir names |
3 # Header files or dirs to ignore when scanning. Use base file/dir names |
| 4 ignore_hfiles = [ |
4 ignore_hfiles = [ |
| 5 'plugins', |
5 'plugins', |
| 6 'test', |
|
| 7 'libgnt/wms', |
|
| 8 'gntinternal.h', |
|
| 9 'gnt-skel.h' |
|
| 10 ] |
6 ] |
| 11 |
7 |
| 12 # Extra options to supply to gtkdoc-scan. |
8 # Extra options to supply to gtkdoc-scan. |
| 13 scan_args = [ |
9 scan_args = [ |
| 14 '--deprecated-guards=PURPLE_DISABLE_DEPRECATED|GNT_DISABLE_DEPRECATED|FINCH_DISABLE_DEPRECATED', |
10 '--deprecated-guards=PURPLE_DISABLE_DEPRECATED|GNT_DISABLE_DEPRECATED|FINCH_DISABLE_DEPRECATED', |