mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
setup the unsupported directory structure.
The unsupported module documentation is automatically generated in: build/doc/unsupported/ with bidirectional cross references. I leave a class Foo in AdolcForward module to illustrate the cross-reference behavior. I will remove it in the next commit.
This commit is contained in:
@@ -564,9 +564,7 @@ WARN_LOGFILE =
|
||||
|
||||
INPUT = "${Eigen_SOURCE_DIR}/Eigen" \
|
||||
"${Eigen_SOURCE_DIR}/doc" \
|
||||
"${Eigen_BINARY_DIR}/doc" \
|
||||
"${Eigen_SOURCE_DIR}/unsupported/Eigen" \
|
||||
"${Eigen_SOURCE_DIR}/unsupported/doc"
|
||||
"${Eigen_BINARY_DIR}/doc"
|
||||
|
||||
# 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
|
||||
@@ -1242,12 +1240,12 @@ SKIP_FUNCTION_MACROS = YES
|
||||
# If a tag file is not located in the directory in which doxygen
|
||||
# is run, you must also specify the path to the tagfile here.
|
||||
|
||||
TAGFILES =
|
||||
TAGFILES = "${Eigen_BINARY_DIR}/doc/eigen-unsupported.doxytags"=unsupported
|
||||
|
||||
# When a file name is specified after GENERATE_TAGFILE, doxygen will create
|
||||
# a tag file that is based on the input files it reads.
|
||||
|
||||
GENERATE_TAGFILE =
|
||||
GENERATE_TAGFILE = "${Eigen_BINARY_DIR}/doc/eigen.doxytags"
|
||||
|
||||
# If the ALLEXTERNALS tag is set to YES all external classes will be listed
|
||||
# in the class index. If set to NO only the inherited external classes
|
||||
|
||||
Reference in New Issue
Block a user