|
From: <cn...@us...> - 2009-08-18 22:23:35
|
Revision: 492
http://hgengine.svn.sourceforge.net/hgengine/?rev=492&view=rev
Author: cnlohr
Date: 2009-08-18 22:23:26 +0000 (Tue, 18 Aug 2009)
Log Message:
-----------
update doxyfile to reflect a more close bit to what we're going
for
Modified Paths:
--------------
Mercury2/docs/Doxyfile
Modified: Mercury2/docs/Doxyfile
===================================================================
--- Mercury2/docs/Doxyfile 2009-08-18 10:41:01 UTC (rev 491)
+++ Mercury2/docs/Doxyfile 2009-08-18 22:23:26 UTC (rev 492)
@@ -105,7 +105,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 = YES
+FULL_PATH_NAMES = NO
# 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
@@ -593,7 +593,7 @@
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
-EXCLUDE =
+EXCLUDE = /home/cnlohr/Mercury2/src/glext.h /home/cnlohr/Mercury2/src/OGLExtensions.cpp /home/cnlohr/Mercury2/src/OGLExtensions.h
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded
@@ -997,13 +997,13 @@
# LaTeX documents. This may be useful for small projects and may help to
# save some trees in general.
-COMPACT_LATEX = NO
+COMPACT_LATEX = YES
# The PAPER_TYPE tag can be used to set the paper type that is used
# by the printer. Possible values are: a4, a4wide, letter, legal and
# executive. If left blank a4wide will be used.
-PAPER_TYPE = a4wide
+PAPER_TYPE = letter
# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
# packages that should be included in the LaTeX output.
@@ -1216,7 +1216,7 @@
# then the macro expansion is limited to the macros specified with the
# PREDEFINED and EXPAND_AS_DEFINED tags.
-EXPAND_ONLY_PREDEF = NO
+EXPAND_ONLY_PREDEF = YES
# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
# in the INCLUDE_PATH (see below) will be search if a #include is found.
@@ -1251,7 +1251,7 @@
# The macro definition that is found in the sources will be used.
# Use the PREDEFINED tag if you want to use a different macro definition.
-EXPAND_AS_DEFINED =
+EXPAND_AS_DEFINED = CLASS_RTTI
# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
# doxygen's preprocessor will remove all function-like macros that are alone
@@ -1406,7 +1406,7 @@
# documented header file showing the documented files that directly or
# indirectly include this file.
-INCLUDED_BY_GRAPH = YES
+INCLUDED_BY_GRAPH = NO
# If the CALL_GRAPH and HAVE_DOT options are set to YES then
# doxygen will generate a call dependency graph for every global function
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|