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