aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
diff options
context:
space:
mode:
authorGravatar Chen-Pang He <jdh8@ms63.hinet.net>2014-07-05 21:50:05 +0800
committerGravatar Chen-Pang He <jdh8@ms63.hinet.net>2014-07-05 21:50:05 +0800
commit1a817d3b7090c0cecd648003e0b24d434967d36e (patch)
tree8e71988282e2cc01aa767474e6f6e25427150fe1 /unsupported
parent8ee38d2db69aa7245d4aa1c5cb6a177a866da20f (diff)
Document internal namespace
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Eigen/doxygen.hpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/unsupported/Eigen/doxygen.hpp b/unsupported/Eigen/doxygen.hpp
new file mode 100644
index 000000000..031488527
--- /dev/null
+++ b/unsupported/Eigen/doxygen.hpp
@@ -0,0 +1,19 @@
+// This file is part of Eigen, a lightweight C++ template library
+// for linear algebra.
+//
+// Copyright (C) 2014 Chen-Pang He <jdh8@ms63.hinet.net>
+//
+// This Source Code Form is subject to the terms of the Mozilla
+// Public License v. 2.0. If a copy of the MPL was not distributed
+// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+// As its name suggests, this file is intended to be read by Doxygen.
+// There is nothing defined so we need no #include guard.
+
+//! \brief Namespace containing all symbols from the %Eigen library.
+namespace Eigen {
+
+//! \brief Namespace containing low-level routines from the %Eigen library.
+namespace internal {}
+
+}