Moved Doxyfile and DoxygenLayout.xml to doc folder
parent
1d95a379b7
commit
073369d666
|
@ -52,7 +52,7 @@ PROJECT_LOGO =
|
||||||
# If a relative path is entered, it will be relative to the location
|
# 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.
|
# 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
|
# 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
|
# 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
|
# directories like "/usr/src/myproject". Separate the files or directories
|
||||||
# with spaces.
|
# with spaces.
|
||||||
|
|
||||||
INPUT = gtsam/base \
|
INPUT = ../gtsam/base \
|
||||||
gtsam/geometry \
|
../gtsam/geometry \
|
||||||
gtsam/inference \
|
../gtsam/inference \
|
||||||
gtsam/discrete \
|
../gtsam/discrete \
|
||||||
gtsam/linear \
|
../gtsam/linear \
|
||||||
gtsam/nonlinear \
|
../gtsam/nonlinear \
|
||||||
gtsam
|
../gtsam
|
||||||
# gtsam/slam \
|
# ../gtsam/slam \
|
||||||
# gtsam_unstable/slam \
|
# ../gtsam_unstable/slam \
|
||||||
# gtsam_unstable/base \
|
# ../gtsam_unstable/base \
|
||||||
# gtsam_unstable/geometry \
|
# ../gtsam_unstable/geometry \
|
||||||
# gtsam_unstable/dynamics \
|
# ../gtsam_unstable/dynamics \
|
||||||
# gtsam_unstable
|
# ../gtsam_unstable
|
||||||
|
|
||||||
# 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
|
|
@ -9,5 +9,5 @@ PATH=$PATH:/Applications/Doxygen.app/Contents/Resources
|
||||||
# directory, so that the output 'doc' goes in the gtsam directory.
|
# directory, so that the output 'doc' goes in the gtsam directory.
|
||||||
|
|
||||||
GTSAM_DIR=$(dirname "$0")
|
GTSAM_DIR=$(dirname "$0")
|
||||||
cd $GTSAM_DIR
|
cd $GTSAM_DIR/doc
|
||||||
doxygen
|
doxygen
|
Loading…
Reference in New Issue