From 930bad29c200fb04a8fd2d85ca3faf64eb5779a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 29 Apr 2010 07:14:59 +0000 Subject: [PATCH] Enable doxygen stl support git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@320 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/doxy.config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/doxy.config.in b/Doc/doxy.config.in index 8c3cab5e..546bb29b 100644 --- a/Doc/doxy.config.in +++ b/Doc/doxy.config.in @@ -225,7 +225,7 @@ EXTENSION_MAPPING = # func(std::string) {}). This also make the inheritance and collaboration # diagrams that involve STL classes more complete and accurate. -BUILTIN_STL_SUPPORT = NO +BUILTIN_STL_SUPPORT = YES # If you use Microsoft's C++/CLI language, you should set this option to YES to # enable parsing support.