aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2018-11-28 16:58:50 -0500
committerGitHub <noreply@github.com>2018-11-28 16:58:50 -0500
commit0eabcb34cbcddc0ecaec6585d9e0218d6e91f32f (patch)
tree6d44d5eedd798f3150bfaef5a89be9e476e1214c /Doxyfile
parent08f848aae847d99cb9a81fac49401b921e5f930b (diff)
downloadamber-0eabcb34cbcddc0ecaec6585d9e0218d6e91f32f.tar.gz
Fill in some documentation. (#116)
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index d8d00fc..79b870a 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -253,7 +253,7 @@ TCL_SUBST =
# members will be omitted, etc.
# The default value is: NO.
-OPTIMIZE_OUTPUT_FOR_C = NO
+OPTIMIZE_OUTPUT_FOR_C = YES
# 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
@@ -442,7 +442,7 @@ EXTRACT_ALL = NO
# be included in the documentation.
# The default value is: NO.
-EXTRACT_PRIVATE = YES
+EXTRACT_PRIVATE = NO
# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
# scope will be included in the documentation.