Include .h into .c to make sure declarations match.
[obnox/wireshark/wip.git] / doxygen.cfg.in
1 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded \r
2 # by quotes) that should identify the project.\r
3 \r
4 PROJECT_NAME           = Ethereal\r
5 \r
6 # The PROJECT_NUMBER tag can be used to enter a project or revision number. \r
7 # This could be handy for archiving the generated documentation or \r
8 # if some version control system is used.\r
9 \r
10 PROJECT_NUMBER         = @VERSION@\r
11 \r
12 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) \r
13 # base path where the generated documentation will be put. \r
14 # If a relative path is entered, it will be relative to the location \r
15 # where doxygen was started. If left blank the current directory will be used.\r
16 \r
17 OUTPUT_DIRECTORY       = \r
18 \r
19 # The INPUT tag can be used to specify the files and/or directories that contain \r
20 # documented source files. You may enter file names like "myfile.cpp" or \r
21 # directories like "/usr/src/myproject". Separate the files or directories \r
22 # with spaces.\r
23 \r
24 INPUT                  = .\r
25 \r
26 # If the value of the INPUT tag contains directories, you can use the \r
27 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp \r
28 # and *.h) to filter out the source-files in the directories. If left \r
29 # blank the following patterns are tested: \r
30 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp \r
31 # *.h++ *.idl *.odl *.cs *.php *.php3 *.inc\r
32 \r
33 FILE_PATTERNS          = \r
34 \r
35 # The RECURSIVE tag can be used to turn specify whether or not subdirectories \r
36 # should be searched for input files as well. Possible values are YES and NO. \r
37 # If left blank NO is used.\r
38 \r
39 RECURSIVE              = YES\r
40 \r
41 # The EXCLUDE tag can be used to specify files and/or directories that should \r
42 # excluded from the INPUT source files. This way you can easily exclude a \r
43 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
44 \r
45 EXCLUDE                = gtk2.tmp\r
46 \r
47 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories \r
48 # that are symbolic links (a Unix filesystem feature) are excluded from the input.\r
49 \r
50 EXCLUDE_SYMLINKS       = NO\r
51 \r
52 # If the value of the INPUT tag contains directories, you can use the \r
53 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude \r
54 # certain files from those directories.\r
55 \r
56 EXCLUDE_PATTERNS       = \r
57 \r
58 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can \r
59 # be used to specify the file name of the resulting .chm file. You \r
60 # can add a path in front of the file if the result should not be \r
61 # written to the html output directory.\r
62 \r
63 CHM_FILE               = ethereal-gtk.chm\r
64 \r
65 @INCLUDE = doxygen_global.cfg\r