Moved Doxyfile and DoxygenLayout.xml to doc folder

release/4.3a0
Richard Roberts 2012-06-22 22:08:48 +00:00
parent 1d95a379b7
commit 073369d666
3 changed files with 15 additions and 15 deletions

View File

@ -52,7 +52,7 @@ PROJECT_LOGO =
# If a relative path is entered, it will be relative to the location
# where doxygen was started. If left blank the current directory will be used.
OUTPUT_DIRECTORY = doc
OUTPUT_DIRECTORY = .
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
# 4096 sub-directories (in 2 levels) under the output directory of each output
@ -638,19 +638,19 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT = gtsam/base \
gtsam/geometry \
gtsam/inference \
gtsam/discrete \
gtsam/linear \
gtsam/nonlinear \
gtsam
# gtsam/slam \
# gtsam_unstable/slam \
# gtsam_unstable/base \
# gtsam_unstable/geometry \
# gtsam_unstable/dynamics \
# gtsam_unstable
INPUT = ../gtsam/base \
../gtsam/geometry \
../gtsam/inference \
../gtsam/discrete \
../gtsam/linear \
../gtsam/nonlinear \
../gtsam
# ../gtsam/slam \
# ../gtsam_unstable/slam \
# ../gtsam_unstable/base \
# ../gtsam_unstable/geometry \
# ../gtsam_unstable/dynamics \
# ../gtsam_unstable
# 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

View File

@ -9,5 +9,5 @@ PATH=$PATH:/Applications/Doxygen.app/Contents/Resources
# directory, so that the output 'doc' goes in the gtsam directory.
GTSAM_DIR=$(dirname "$0")
cd $GTSAM_DIR
cd $GTSAM_DIR/doc
doxygen