From 836b55a8fce3eefd9ae79a0b26bac547ec15e363 Mon Sep 17 00:00:00 2001 From: Jean-Yves Lamoureux Date: Sat, 22 Dec 2012 22:41:54 +0000 Subject: [PATCH] * Do not optimize doxygen for C --- doc/doxygen.cfg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen.cfg.in b/doc/doxygen.cfg.in index 289b1e1a..f413205c 100644 --- a/doc/doxygen.cfg.in +++ b/doc/doxygen.cfg.in @@ -186,7 +186,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