[mlpack] 05/11: Don't document private members.
Barak A. Pearlmutter
barak+git at pearlmutter.net
Thu Aug 31 13:19:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch master
in repository mlpack.
commit 0870333c5943a49559dfab29ba23da4bf4d7b460
Author: Ryan Curtin <ryan at ratml.org>
Date: Mon Aug 14 17:23:08 2017 -0400
Don't document private members.
This will significantly cut down on cruft in the mlpack online Doxygen
documentation.
---
Doxyfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Doxyfile b/Doxyfile
index 6207857..17e91ac 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -44,7 +44,7 @@ SUBGROUPING = YES
# Build related configuration options
#---------------------------------------------------------------------------
EXTRACT_ALL = YES
-EXTRACT_PRIVATE = YES
+EXTRACT_PRIVATE = NO
EXTRACT_STATIC = YES
EXTRACT_LOCAL_CLASSES = NO
EXTRACT_LOCAL_METHODS = NO
@@ -54,7 +54,7 @@ HIDE_FRIEND_COMPOUNDS = YES
HIDE_IN_BODY_DOCS = NO
INTERNAL_DOCS = YES
CASE_SENSE_NAMES = YES
-HIDE_SCOPE_NAMES = NO
+HIDE_SCOPE_NAMES = YES
SHOW_INCLUDE_FILES = NO
INLINE_INFO = YES
SORT_MEMBER_DOCS = YES
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git
More information about the debian-science-commits
mailing list