aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-12-30 16:02:05 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-12-30 16:02:05 +0100
commit5fae3750b5a110c495547429e46016d29f6f0c9b (patch)
treec3d03ec570712922c648883cae04bf0b78f08ca6 /doc/Doxyfile.in
parentb84cefe61dcc42ca83c37bbadf0ca0463f711758 (diff)
Recent versions of doxygen miss-parsed Eigen/* headers
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index e0c6a7e34..f9d5af812 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -273,7 +273,7 @@ OPTIMIZE_OUTPUT_VHDL = NO
# (default is Fortran), use: inc=Fortran f=C. Note that for custom extensions
# you also need to set FILE_PATTERNS otherwise the files are not read by doxygen.
-EXTENSION_MAPPING =
+EXTENSION_MAPPING = .h=C++ no_extension=C++
# If MARKDOWN_SUPPORT is enabled (the default) then doxygen pre-processes all
# comments according to the Markdown format, which allows for more readable
@@ -803,7 +803,7 @@ EXAMPLE_RECURSIVE = NO
# directories that contain image that are included in the documentation (see
# the \image command).
-IMAGE_PATH =
+IMAGE_PATH = ${Eigen_BINARY_DIR}/doc/html
# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program