aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-07-31 20:56:30 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-07-31 20:56:30 +0100
commit5c0259efb801b3248972bbc046543f687e6385ac (patch)
tree0e473aaa0cf936f88adad6f2d2976737dd9347b7 /docs
parent970d08c34bc16cbf730edb64550aa0ea1dc3aba1 (diff)
downloadYAGE-5c0259efb801b3248972bbc046543f687e6385ac.tar.gz
YAGE-5c0259efb801b3248972bbc046543f687e6385ac.zip
Making changes to documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/Doxyfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 3459e32a..dfc94dcd 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -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
@@ -187,7 +187,7 @@ SHORT_NAMES = NO
# description.)
# The default value is: NO.
-JAVADOC_AUTOBRIEF = NO
+JAVADOC_AUTOBRIEF = YES
# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
# line (until the first dot) of a Qt-style comment as the brief description. If
@@ -207,7 +207,7 @@ QT_AUTOBRIEF = NO
# not recognized any more.
# The default value is: NO.
-MULTILINE_CPP_IS_BRIEF = NO
+MULTILINE_CPP_IS_BRIEF = YES
# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
# documentation from any documented member that it re-implements.
@@ -447,7 +447,7 @@ EXTRACT_PRIVATE = NO
# scope will be included in the documentation.
# The default value is: NO.
-EXTRACT_PACKAGE = NO
+EXTRACT_PACKAGE = YES
# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
# included in the documentation.
@@ -494,7 +494,7 @@ HIDE_UNDOC_MEMBERS = YES
# has no effect if EXTRACT_ALL is enabled.
# The default value is: NO.
-HIDE_UNDOC_CLASSES = NO
+HIDE_UNDOC_CLASSES = YES
# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
# (class|struct|union) declarations. If set to NO, these declarations will be