Replace glib with wmem when constructing dynamic RADIUS fields. Fixes the memory
[metze/wireshark/wip.git] / doxygen.cfg.in
1 # $Id$
2 # @configure_input@
3
4 @INCLUDE = doxygen_global.cfg
5
6 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
7 # by quotes) that should identify the project.
8
9 PROJECT_NAME           = "Wireshark Core"
10
11 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 
12 # This could be handy for archiving the generated documentation or 
13 # if some version control system is used.
14
15 PROJECT_NUMBER         = @VERSION@
16
17 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
18 # base path where the generated documentation will be put. 
19 # If a relative path is entered, it will be relative to the location 
20 # where doxygen was started. If left blank the current directory will be used.
21
22 OUTPUT_DIRECTORY       = .
23
24 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
25 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
26 # put in front of it. If left blank `html' will be used as the default path.
27
28 HTML_OUTPUT            = wsar_html
29
30 # The INPUT tag can be used to specify the files and/or directories that contain 
31 # documented source files. You may enter file names like "myfile.cpp" or 
32 # directories like "/usr/src/myproject". Separate the files or directories 
33 # with spaces.
34
35 INPUT                  = .
36
37 # The TAGFILES option can be used to specify one or more tagfiles.
38 # Optionally an initial location of the external documentation
39 # can be added for each tagfile. The format of a tag file without
40 # this location is as follows:
41 #
42 # TAGFILES = file1 file2 ...
43 # Adding location for the tag files is done as follows:
44 #
45 # TAGFILES = file1=loc1 "file2 = loc2" ...
46 # where "loc1" and "loc2" can be relative or absolute paths or
47 # URLs. If a location is present for each tag, the installdox tool
48 # does not have to be run to correct the links.
49 # Note that each tag file must have a unique name
50 # (where the name does NOT include the path)
51 # If a tag file is not located in the directory in which doxygen
52 # is run, you must also specify the path to the tagfile here.
53
54 TAGFILES               = epan/doxygen-epan.tag=epan \
55                          ui/doxygen-ui.tag=ui
56
57 # When a file name is specified after GENERATE_TAGFILE, doxygen will create
58 # a tag file that is based on the input files it reads.
59
60 GENERATE_TAGFILE       = doxygen-core.tag
61
62 # The RECURSIVE tag can be used to turn specify whether or not subdirectories 
63 # should be searched for input files as well. Possible values are YES and NO. 
64 # If left blank NO is used.
65
66 RECURSIVE              = NO
67
68 # The EXCLUDE tag can be used to specify files and/or directories that should 
69 # excluded from the INPUT source files. This way you can easily exclude a 
70 # subdirectory from a directory tree whose root is specified with the INPUT tag.
71
72 EXCLUDE                = 
73
74 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories 
75 # that are symbolic links (a Unix filesystem feature) are excluded from the input.
76
77 EXCLUDE_SYMLINKS       = NO
78
79 # If the value of the INPUT tag contains directories, you can use the 
80 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 
81 # certain files from those directories.
82
83 EXCLUDE_PATTERNS       = 
84
85 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can 
86 # be used to specify the file name of the resulting .chm file. You 
87 # can add a path in front of the file if the result should not be 
88 # written to the html output directory.
89
90 CHM_FILE               = wireshark-gtk.chm