summaryrefslogtreecommitdiffhomepage
path: root/eigen/unsupported/doc/Overview.dox
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-09-18 12:42:15 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-11-02 15:12:04 +0100
commit44861dcbfeee041223c4aac1ee075e92fa4daa01 (patch)
tree6dfdfd9637846a7aedd71ace97d7d2ad366496d7 /eigen/unsupported/doc/Overview.dox
parentf3fe458b9e0a29a99a39d47d9a76dc18964b6fec (diff)
update
Diffstat (limited to 'eigen/unsupported/doc/Overview.dox')
-rw-r--r--eigen/unsupported/doc/Overview.dox25
1 files changed, 25 insertions, 0 deletions
diff --git a/eigen/unsupported/doc/Overview.dox b/eigen/unsupported/doc/Overview.dox
new file mode 100644
index 0000000..d048377
--- /dev/null
+++ b/eigen/unsupported/doc/Overview.dox
@@ -0,0 +1,25 @@
+namespace Eigen {
+
+/** \mainpage Eigen's unsupported modules
+
+This is the API documentation for Eigen's unsupported modules.
+
+These modules are contributions from various users. They are provided "as is", without any support.
+
+Click on the \e Modules tab at the top of this page to get a list of all unsupported modules.
+
+Don't miss the <a href="..//index.html">official Eigen documentation</a>.
+
+*/
+
+/*
+
+\defgroup Unsupported_modules Unsupported modules
+
+The unsupported modules are contributions from various users. They are
+provided "as is", without any support. Nevertheless, some of them are
+subject to be included in Eigen in the future.
+
+*/
+
+}