aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/doc
diff options
context:
space:
mode:
authorGravatar Hauke Heibel <hauke.heibel@gmail.com>2011-12-04 18:44:01 +0100
committerGravatar Hauke Heibel <hauke.heibel@gmail.com>2011-12-04 18:44:01 +0100
commita8a2bf3b5af98584c8cb41f883e2709ff9802943 (patch)
tree0e0aca8ce7f94efb0f4456be54367983cc980ef0 /unsupported/doc
parent9bd902ed9cd55198683f4248cd685b05851acaee (diff)
Added docs to the spline module.
Diffstat (limited to 'unsupported/doc')
-rw-r--r--unsupported/doc/Doxyfile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/unsupported/doc/Doxyfile.in b/unsupported/doc/Doxyfile.in
index 7d5f24b4e..2e309bbdb 100644
--- a/unsupported/doc/Doxyfile.in
+++ b/unsupported/doc/Doxyfile.in
@@ -553,6 +553,7 @@ WARN_LOGFILE =
# with spaces.
INPUT = "${Eigen_SOURCE_DIR}/unsupported/Eigen" \
+ "${Eigen_SOURCE_DIR}/unsupported/Eigen/src/Splines" \
"${Eigen_SOURCE_DIR}/unsupported/doc"
# This tag can be used to specify the character encoding of the source files
@@ -958,7 +959,8 @@ PAPER_TYPE = a4wide
# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
# packages that should be included in the LaTeX output.
-EXTRA_PACKAGES = amssymb
+EXTRA_PACKAGES = amssymb \
+ amsmath
# The LATEX_HEADER tag can be used to specify a personal LaTeX header for
# the generated latex document. The header should contain everything until