From ce12562710a0f342c4d88ed81b91199ea676a1a2 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 19 May 2016 17:35:30 +0200 Subject: Add some c++11 flags in documentation --- doc/Doxyfile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/Doxyfile.in') 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=[c++11]" \ + "cpp14=[c++14]" \ + "cpp17=[c++17]" ALIASES += "eigenAutoToc= " -- cgit v1.2.3