Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCasey Corn <cmccad@yahoo.com>2003-05-25 00:42:56 +0400
committerCasey Corn <cmccad@yahoo.com>2003-05-25 00:42:56 +0400
commitc15bc231485c7289dae2923f9c63f8e4e771001e (patch)
tree4d83c1043e2c6ff9e68f20184a4f239583926333 /doc
parent924a8497551be7d83bb577e94ebf89b18374b874 (diff)
Added ghost, imbuf, and some src files to input, and switched on the
SOURCE_BROWSER flag to make the source code available in HTML format.
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index cf7bf76061f..15d86b40456 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -297,7 +297,7 @@ WARN_FORMAT = "$file:$line: $text"
# and error messages should be written. If left blank the output is written
# to stderr.
-WARN_LOGFILE =
+WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
@@ -308,7 +308,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = doxygen.main ../source/creator/
+INPUT = doxygen.main ../source/creator/ ../source/blender/src/B.blend.c ../source/blender/src/blenderbuttons.c ../source/blender/readblenfile/intern/BLO_readblenfile.c ../intern/ghost/GHOST_C-api.h ../source/blender/imbuf/
# cmccad - The following lines are directories which will eventually be included:
#
@@ -395,7 +395,7 @@ FILTER_SOURCE_FILES = NO
# If the SOURCE_BROWSER tag is set to YES then a list of source files will
# be generated. Documented entities will be cross-referenced with these sources.
-SOURCE_BROWSER = NO
+SOURCE_BROWSER = YES
# Setting the INLINE_SOURCES tag to YES will include the body
# of functions and classes directly in the documentation.