Skip to content

Commit f301a15

Browse files
committed
Doxygen: Optimize generated documentation for C
The ktls-utils project uses only C code, no C++. So the documentation can be tuned so it doesn't contain unnecessary C++ isms. Signed-off-by: Chuck Lever <[email protected]>
1 parent d891e9c commit f301a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ ALIASES =
297297
# members will be omitted, etc.
298298
# The default value is: NO.
299299

300-
OPTIMIZE_OUTPUT_FOR_C = NO
300+
OPTIMIZE_OUTPUT_FOR_C = YES
301301

302302
# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
303303
# Python sources only. Doxygen will then generate output that is more tailored

0 commit comments

Comments
 (0)