aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-09-03 11:22:42 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-09-03 11:22:42 +0200
commit9515b00876ab8e84ae4beb61e8661400ebb49522 (patch)
tree39096a0e55c14bc5056270f2951463032ae3d538 /unsupported
parent16c7b1daabd2697950605706a8bc68ae32d70fc8 (diff)
remove the \addexample tags
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Eigen/BVH2
-rw-r--r--unsupported/doc/Doxyfile.in1
2 files changed, 0 insertions, 3 deletions
diff --git a/unsupported/Eigen/BVH b/unsupported/Eigen/BVH
index 7b9c3c7c6..f307da2f7 100644
--- a/unsupported/Eigen/BVH
+++ b/unsupported/Eigen/BVH
@@ -94,8 +94,6 @@ namespace Eigen {
* responsibility of the intersectObject function to keep track of the results in whatever manner is appropriate.
* The cartesian product intersection and the BVMinimize queries are similar--see their individual documentation.
*
- * \addexample BVH_Example \label How to use a BVH to find the closest pair between two point sets
- *
* The following is a simple but complete example for how to use the BVH to accelerate the search for a closest red-blue point pair:
* \include BVH_Example.cpp
* Output: \verbinclude BVH_Example.out
diff --git a/unsupported/doc/Doxyfile.in b/unsupported/doc/Doxyfile.in
index c33986224..561f18fe7 100644
--- a/unsupported/doc/Doxyfile.in
+++ b/unsupported/doc/Doxyfile.in
@@ -211,7 +211,6 @@ ALIASES = "only_for_vectors=This is only for vectors (either row-
"svd_module=This is defined in the %SVD module. \code #include <Eigen/SVD> \endcode" \
"geometry_module=This is defined in the %Geometry module. \code #include <Eigen/Geometry> \endcode" \
"leastsquares_module=This is defined in the %LeastSquares module. \code #include <Eigen/LeastSquares> \endcode" \
- "addexample=\anchor" \
"label=\bug" \
"redstar=<a href='#warningarraymodule' style='color:red;text-decoration: none;'>*</a>" \
"nonstableyet=\warning This is not considered to be part of the stable public API yet. Changes may happen in future releases. See \ref Experimental \"Experimental parts of Eigen\""