aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-05-19 17:35:30 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-05-19 17:35:30 +0200
commitce12562710a0f342c4d88ed81b91199ea676a1a2 (patch)
treead0c1ea65bfdd71223ff205048445786bf5b28f0 /doc/Doxyfile.in
parentb6ed8244b463e98cb4b200e83555565320a634bc (diff)
Add some c++11 flags in documentation
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 0a43c7c4e..32514d2d7 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -225,7 +225,10 @@ ALIASES = "only_for_vectors=This is only for vectors (either row-
"note_try_to_help_rvo=This function returns the result by value. In order to make that efficient, it is implemented as just a return statement using a special constructor, hopefully allowing the compiler to perform a RVO (return value optimization)." \
"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\"" \
"implsparsesolverconcept=This class follows the \link TutorialSparseSolverConcept sparse solver concept \endlink." \
- "blank= "
+ "blank= " \
+ "cpp11=<span class='cpp11'>[c++11]</a>" \
+ "cpp14=<span class='cpp14'>[c++14]</a>" \
+ "cpp17=<span class='cpp17'>[c++17]</a>"
ALIASES += "eigenAutoToc= "