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