aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt2
-rw-r--r--doc/snippets/CMakeLists.txt2
-rw-r--r--doc/unsupported_modules.dox3
3 files changed, 5 insertions, 2 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index acbadb5bf..7aabe2882 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -60,7 +60,7 @@ add_custom_target(
)
add_dependencies(doc-eigen-prerequisites all_snippets all_examples)
-add_dependencies(doc-unsupported-prerequisites unsupported_examples)
+add_dependencies(doc-unsupported-prerequisites unsupported_snippets unsupported_examples)
add_custom_target(doc ALL
COMMAND doxygen Doxyfile-unsupported
COMMAND doxygen
diff --git a/doc/snippets/CMakeLists.txt b/doc/snippets/CMakeLists.txt
index 195ed9e99..87eae62a2 100644
--- a/doc/snippets/CMakeLists.txt
+++ b/doc/snippets/CMakeLists.txt
@@ -1,4 +1,4 @@
-FILE(GLOB snippets_SRCS "*.cpp" "../../unsupported/snippets/*.cpp")
+FILE(GLOB snippets_SRCS "*.cpp")
ADD_CUSTOM_TARGET(all_snippets)
diff --git a/doc/unsupported_modules.dox b/doc/unsupported_modules.dox
index 259c43dba..61ea9ada2 100644
--- a/doc/unsupported_modules.dox
+++ b/doc/unsupported_modules.dox
@@ -16,4 +16,7 @@ namespace Eigen {
/** \ingroup Unsupported_modules
* \defgroup IterativeSolvers_Module Iterative solvers module */
+/** \ingroup Unsupported_modules
+ * \defgroup BVH_Module BVH module */
+
} // namespace Eigen \ No newline at end of file