From 7dc1340e72e074824faffea830bd31c62f8791d2 Mon Sep 17 00:00:00 2001 From: Friedemann Zenke Date: Sat, 24 Oct 2015 14:55:51 -0700 Subject: [PATCH] Switches to STL support in Doxyfile --- src/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Doxyfile b/src/Doxyfile index 41389b64..37a29b67 100644 --- a/src/Doxyfile +++ b/src/Doxyfile @@ -237,7 +237,7 @@ EXTENSION_MAPPING = # func(std::string) {}). This also makes 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.