mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
* classify and sort the doxygen "related pages"
by tweaking the filename and adding 2 categories:
Troubleshooting and Advanced
* use the EXCLUDE_SYMBOLS to clean the class list
(insteaded of a homemade bash script)
* remove the broken "exemple list"
* re-structure the unsupported directory as mentionned in the ML and
integrate the doc as follow:
- snippets of the unsupported directory are directly imported from the
main snippets/CMakefile.txt (no need to duplicate code)
- add a top level "Unsupported modules" group
- unsupported modules have to defined their own sub group and nest it
using \ingroup Unsupported_modules
- then a pair of //@{ //@} will put everything in the submodule
- this is just a proposal !
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
// DOXYGEN_SET_WARN_IF_UNDOCUMENTED = NO
|
||||
// DOXYGEN_SET_WARN_NO_PARAMDOC = NO
|
||||
|
||||
// DOXYGEN_SET_INPUT = @topdir@/eigen2/Eigen @topdir@/eigen2/doc @topdir@/eigen2/build/doc
|
||||
// DOXYGEN_SET_INPUT = @topdir@/eigen2/Eigen @topdir@/eigen2/doc @topdir@/eigen2/build/doc @topdir@/eigen2/unsupported/Eigen
|
||||
// DOXYGEN_SET_EXCLUDE = *.sh *.in
|
||||
|
||||
// DOXYGEN_SET_EXAMPLE_PATH = @topdir@/eigen2/doc/snippets/ @topdir@/eigen2/doc/examples/ @topdir@/eigen2/build/doc/examples/ @topdir@/eigen2/build/doc/snippets/
|
||||
@@ -63,6 +63,8 @@
|
||||
// DOXYGEN_SET_RECURSIVE = NO
|
||||
// DOXYGEN_SET_FILTER_SOURCE_FILES = YES
|
||||
|
||||
// DOXYGEN_EXCLUDE_SYMBOLS = MatrixBase<* MapBase<* RotationBase<* Matrix<*
|
||||
|
||||
// DOXYGEN_SET_SOURCE_BROWSER = NO
|
||||
// DOXYGEN_SET_INLINE_SOURCES = NO
|
||||
// DOXYGEN_SET_STRIP_CODE_COMMENTS = YES
|
||||
|
||||
Reference in New Issue
Block a user