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
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-28 12:58:53 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-28 12:58:53 +0300
commite62063bd5c7112e343b62b9cf722d24a64b2aea9 (patch)
treef5b4c4c388d806d827d6d46e4ed86732e7cf9d4a /doc/doxygen
parent5ef65a0a3bdf61b7b384cbff77832604ab8fad48 (diff)
Cleanup paths after move to dir.
Diffstat (limited to 'doc/doxygen')
-rw-r--r--doc/doxygen/Doxyfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile
index a29abac1373..0c10c0fce20 100644
--- a/doc/doxygen/Doxyfile
+++ b/doc/doxygen/Doxyfile
@@ -44,7 +44,7 @@ PROJECT_BRIEF =
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
# Doxygen will copy the logo to the output directory.
-PROJECT_LOGO = ../release/freedesktop/icons/48x48/blender.png
+PROJECT_LOGO = ../../release/freedesktop/icons/48x48/blender.png
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
@@ -616,9 +616,9 @@ INPUT = doxygen.main \
doxygen.source \
doxygen.intern \
doxygen.extern \
- ../source \
- ../intern \
- ../extern/bullet2
+ ../../source \
+ ../../intern \
+ ../../extern/bullet2
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -648,7 +648,7 @@ RECURSIVE = YES
# 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 = ../source/gameengine/PyDoc
+EXCLUDE = ../../source/gameengine/PyDoc
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded