[Lemon-commits] [lemon_svn] klao: r1462 - hugo/trunk/src/work
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:45:38 CET 2006
Author: klao
Date: Mon Jan 10 00:21:52 2005
New Revision: 1462
Modified:
hugo/trunk/src/work/Doxyfile
Log:
src/work/Doxyfile: Minor changes
* include \internal documentation
* input whole directories: marci, alpar, deba, klao
* sync to doc/Doxyfile
Modified: hugo/trunk/src/work/Doxyfile
==============================================================================
--- hugo/trunk/src/work/Doxyfile (original)
+++ hugo/trunk/src/work/Doxyfile Mon Jan 10 00:21:52 2005
@@ -106,7 +106,7 @@
# path before files name in the file list and in the header files. If set
# to NO the shortest path that makes the file name unique will be used.
-FULL_PATH_NAMES = NO
+FULL_PATH_NAMES = YES
# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
# can be used to strip a user-defined part of the path. Stripping is
@@ -115,7 +115,7 @@
# If left blank the directory from which doxygen is run is used as the
# path to strip.
-STRIP_FROM_PATH =
+STRIP_FROM_PATH = ..
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
# the path mentioned in the documentation of a class, which tells
@@ -124,7 +124,7 @@
# definition is used. Otherwise one should specify the include paths that
# are normally passed to the compiler using the -I flag.
-STRIP_FROM_INC_PATH =
+STRIP_FROM_INC_PATH = ..
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
# (but less readable) file names. This can be useful is your file systems
@@ -272,7 +272,7 @@
# to NO (the default) then the documentation will be excluded.
# Set it to YES to include the internal documentation.
-INTERNAL_DOCS = NO
+INTERNAL_DOCS = YES
# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
# file names in lower-case letters. If set to YES upper-case letters are also
@@ -360,7 +360,7 @@
# documentation can be controlled using \showinitializer or \hideinitializer
# command in the documentation regardless of this setting.
-MAX_INITIALIZER_LINES = 30
+MAX_INITIALIZER_LINES = 5
# Set the SHOW_USED_FILES tag to NO to disable the list of files generated
# at the bottom of the documentation of classes and structs. If set to YES the
@@ -452,17 +452,12 @@
../lemon \
../lemon/concept \
../test/test_tools.h \
- klao/debug.h \
- jacint/max_flow.h \
- jacint/max_matching.h \
- marci/bfs_dfs.h \
- marci/bfs_dfs_misc.h \
- marci/lp/lp_solver_wrapper.h \
- jacint/graph_gen.h \
- marci/max_bipartite_matching.h \
- marci/bipartite_graph_wrapper.h \
- alpar/graph_to_eps.cc \
- deba
+ alpar \
+ deba \
+ jacint \
+ klao \
+ marci/lp \
+ marci
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
@@ -501,7 +496,9 @@
# directories that contain example code fragments that are included (see
# the \include command).
-EXAMPLE_PATH =
+EXAMPLE_PATH = ../demo \
+ ../../doc \
+ ../../LICENSE
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
@@ -1227,4 +1224,4 @@
# The SEARCHENGINE tag specifies whether or not a search engine should be
# used. If set to NO the values of all tags below this one will be ignored.
-SEARCHENGINE = YES
+SEARCHENGINE = NO
More information about the Lemon-commits
mailing list