aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/doc
diff options
context:
space:
mode:
authorGravatar Chen-Pang He <jdh8@ms63.hinet.net>2014-07-05 22:41:58 +0800
committerGravatar Chen-Pang He <jdh8@ms63.hinet.net>2014-07-05 22:41:58 +0800
commit7a915f68467df10fb321b4bfa6c139669b00daaa (patch)
treec9fac8bd3fa4f6bb589790aa5e9395fd668096ca /unsupported/doc
parent1a817d3b7090c0cecd648003e0b24d434967d36e (diff)
Move Doxygen-only stuff to *.dox
Diffstat (limited to 'unsupported/doc')
-rw-r--r--unsupported/doc/Overview.dox3
1 files changed, 3 insertions, 0 deletions
diff --git a/unsupported/doc/Overview.dox b/unsupported/doc/Overview.dox
index d048377df..93b2a8927 100644
--- a/unsupported/doc/Overview.dox
+++ b/unsupported/doc/Overview.dox
@@ -1,3 +1,4 @@
+/// \brief Namespace containing all symbols from the %Eigen library.
namespace Eigen {
/** \mainpage Eigen's unsupported modules
@@ -22,4 +23,6 @@ subject to be included in Eigen in the future.
*/
+/// \brief Namespace containing low-level routines from the %Eigen library.
+namespace internal {}
}