aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Doxyfile.in
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-01-06 10:53:25 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-01-06 10:56:56 +0000
commit6b962c6c1409581923dfd04fcad3a0be90f71bbf (patch)
tree9e9b67f93dfe117775e3a6078c4ae9d6fa09842b /docs/Doxyfile.in
parentdb6480dccd9a3dbf4100a824930a36251f4e743c (diff)
downloadYAGE-6b962c6c1409581923dfd04fcad3a0be90f71bbf.tar.gz
YAGE-6b962c6c1409581923dfd04fcad3a0be90f71bbf.zip
[Docs] Adding documentaion to camera
Diffstat (limited to 'docs/Doxyfile.in')
-rw-r--r--docs/Doxyfile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in
index ebb324e2..9feb54a8 100644
--- a/docs/Doxyfile.in
+++ b/docs/Doxyfile.in
@@ -107,7 +107,7 @@ BRIEF_MEMBER_DESC = YES
# brief descriptions will be completely suppressed.
# The default value is: YES.
-REPEAT_BRIEF = NO
+REPEAT_BRIEF = YES
# This tag implements a quasi-intelligent brief description abbreviator that is
# used to form the text in various listings. Each string in this list, if found
@@ -441,7 +441,7 @@ EXTRACT_ALL = YES
# 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.