Changeset 546
- Timestamp:
- Mar 8, 2006, 10:23:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/doc/doxygen.cfg.in
r524 r546 62 62 # configuration options related to the input files 63 63 #--------------------------------------------------------------------------- 64 INPUT = @top_srcdir@/ src64 INPUT = @top_srcdir@/cucul @top_srcdir@/caca 65 65 FILE_PATTERNS = *.c cucul.h caca.h 66 66 RECURSIVE = YES 67 67 EXCLUDE = ../src/config.h 68 68 EXCLUDE_SYMLINKS = NO 69 EXCLUDE_PATTERNS = *_ private.h69 EXCLUDE_PATTERNS = *_internal.h driver_*.c 70 70 EXAMPLE_PATH = 71 71 EXAMPLE_PATTERNS =
Note: See TracChangeset
for help on using the changeset viewer.