X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=Doxyfile;h=75a2bcb4f8faed01dc1e47b7957d984fcf7efc12;hp=386ca57fdf49122bef1d3364ccd0bdad2812f662;hb=e1ef07874175603f7e980194c4bfe511bff4e3c5;hpb=b726d7355f0aa394852fa8c56e59cfc9bbc4293c diff --git a/Doxyfile b/Doxyfile index 386ca57fdf4..75a2bcb4f8f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -196,7 +196,7 @@ ALIASES = # For instance, some of the names that are used will be different. The list # of all members will be omitted, etc. -OPTIMIZE_OUTPUT_FOR_C = YES +OPTIMIZE_OUTPUT_FOR_C = NO # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java # sources only. Doxygen will then generate output that is more tailored for @@ -236,7 +236,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.