Skip to content
Snippets Groups Projects
Commit e62063bd authored by Nathan Letwory's avatar Nathan Letwory
Browse files

Cleanup paths after move to dir.

parent 5ef65a0a
Branches
Tags
No related merge requests found
...@@ -44,7 +44,7 @@ PROJECT_BRIEF = ...@@ -44,7 +44,7 @@ PROJECT_BRIEF =
# exceed 55 pixels and the maximum width should not exceed 200 pixels. # exceed 55 pixels and the maximum width should not exceed 200 pixels.
# Doxygen will copy the logo to the output directory. # 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) # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put. # base path where the generated documentation will be put.
...@@ -616,9 +616,9 @@ INPUT = doxygen.main \ ...@@ -616,9 +616,9 @@ INPUT = doxygen.main \
doxygen.source \ doxygen.source \
doxygen.intern \ doxygen.intern \
doxygen.extern \ doxygen.extern \
../source \ ../../source \
../intern \ ../../intern \
../extern/bullet2 ../../extern/bullet2
# This tag can be used to specify the character encoding of the source files # 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 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
...@@ -648,7 +648,7 @@ RECURSIVE = YES ...@@ -648,7 +648,7 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a # 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. # 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 # 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 # directories that are symbolic links (a Unix file system feature) are excluded
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment