fix doxygen generation
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 27 Oct 2004 04:03:31 +0000 (04:03 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 27 Oct 2004 04:03:31 +0000 (04:03 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12403 f5534014-38df-0310-8fa8-9805f1628bb7

doxygen.cfg.in [new file with mode: 0644]
epan/doxygen.cfg.in
gtk/doxygen.cfg.in

diff --git a/doxygen.cfg.in b/doxygen.cfg.in
new file mode 100644 (file)
index 0000000..4c3c397
--- /dev/null
@@ -0,0 +1,65 @@
+# The PROJECT_NAME tag is a single word (or a sequence of words surrounded \r
+# by quotes) that should identify the project.\r
+\r
+PROJECT_NAME           = Ethereal\r
+\r
+# The PROJECT_NUMBER tag can be used to enter a project or revision number. \r
+# This could be handy for archiving the generated documentation or \r
+# if some version control system is used.\r
+\r
+PROJECT_NUMBER         = @VERSION@\r
+\r
+# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) \r
+# base path where the generated documentation will be put. \r
+# If a relative path is entered, it will be relative to the location \r
+# where doxygen was started. If left blank the current directory will be used.\r
+\r
+OUTPUT_DIRECTORY       = \r
+\r
+# The INPUT tag can be used to specify the files and/or directories that contain \r
+# documented source files. You may enter file names like "myfile.cpp" or \r
+# directories like "/usr/src/myproject". Separate the files or directories \r
+# with spaces.\r
+\r
+INPUT                  = .\r
+\r
+# If the value of the INPUT tag contains directories, you can use the \r
+# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp \r
+# and *.h) to filter out the source-files in the directories. If left \r
+# blank the following patterns are tested: \r
+# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp \r
+# *.h++ *.idl *.odl *.cs *.php *.php3 *.inc\r
+\r
+FILE_PATTERNS          = \r
+\r
+# The RECURSIVE tag can be used to turn specify whether or not subdirectories \r
+# should be searched for input files as well. Possible values are YES and NO. \r
+# If left blank NO is used.\r
+\r
+RECURSIVE              = YES\r
+\r
+# The EXCLUDE tag can be used to specify files and/or directories that should \r
+# excluded from the INPUT source files. This way you can easily exclude a \r
+# subdirectory from a directory tree whose root is specified with the INPUT tag.\r
+\r
+EXCLUDE                = \r
+\r
+# The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories \r
+# that are symbolic links (a Unix filesystem feature) are excluded from the input.\r
+\r
+EXCLUDE_SYMLINKS       = NO\r
+\r
+# If the value of the INPUT tag contains directories, you can use the \r
+# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude \r
+# certain files from those directories.\r
+\r
+EXCLUDE_PATTERNS       = \r
+\r
+# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can \r
+# be used to specify the file name of the resulting .chm file. You \r
+# can add a path in front of the file if the result should not be \r
+# written to the html output directory.\r
+\r
+CHM_FILE               = ethereal-gtk.chm\r
+\r
+@INCLUDE = doxygen_global.cfg\r
index 8bab2e9d247260a57dfcc94f82399246b41b9292..2ac2b69797f06e3bed52d08407cf894ac30a6d4f 100644 (file)
@@ -55,4 +55,4 @@ EXCLUDE_SYMLINKS       = NO
 
 EXCLUDE_PATTERNS       = 
 
-@INCLUDE = ../doxygen.cfg
\ No newline at end of file
+@INCLUDE = ../doxygen_global.cfg
\ No newline at end of file
index 8f240a7ca65ee239375c4a12710bc398828110c2..ff0975f31990e9c1f359b6ef62dc0d9891dd7d4b 100644 (file)
@@ -62,4 +62,4 @@ EXCLUDE_PATTERNS       =
 
 CHM_FILE               = ethereal-gtk.chm
 
-@INCLUDE = ../doxygen.cfg
\ No newline at end of file
+@INCLUDE = ../doxygen_global.cfg
\ No newline at end of file