From 2bc83bd80a75a34024b03a350c13ebd5bed0e946 Mon Sep 17 00:00:00 2001 From: Joe Ross Date: Wed, 31 Dec 2014 20:03:44 -0800 Subject: [PATCH] Disable C optimize setting so better C++ doc is generated Change-Id: I9cc98c83f47013e174835a6e418c49305ef360e5 --- jenkins/docs/cpp.doxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/docs/cpp.doxy b/jenkins/docs/cpp.doxy index 2fbfb4902a..604e293342 100644 --- a/jenkins/docs/cpp.doxy +++ b/jenkins/docs/cpp.doxy @@ -234,7 +234,7 @@ TCL_SUBST = # members will be omitted, etc. # The default value is: NO. -OPTIMIZE_OUTPUT_FOR_C = YES +OPTIMIZE_OUTPUT_FOR_C = NO # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or # Python sources only. Doxygen will then generate output that is more tailored