# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the\r
# brief descriptions will be completely suppressed.\r
\r
-REPEAT_BRIEF = YES\r
+REPEAT_BRIEF = NO\r
\r
# This tag implements a quasi-intelligent brief description abbreviator\r
# that is used to form the text in various listings. Each string\r
# This will remove the Files entry from the Quick Index and from the\r
# Folder Tree View (if specified). The default is YES.\r
\r
-SHOW_FILES = NO\r
+SHOW_FILES = YES\r
\r
# Set the SHOW_NAMESPACES tag to NO to disable the generation of the\r
# Namespaces page.\r
# wildcard * is used, a substring. Examples: ANamespace, AClass,\r
# AClass::ANamespace, ANamespace::*Test\r
\r
-EXCLUDE_SYMBOLS = __* \\r
- INCLUDE_FROM_*\r
+EXCLUDE_SYMBOLS = __*\r
\r
# The EXAMPLE_PATH tag can be used to specify one or more files or\r
# directories that contain example code fragments that are included (see\r
# the style sheet file to the HTML output directory, so don't put your own\r
# stylesheet in the HTML output directory as well, or it will be erased!\r
\r
-HTML_STYLESHEET =\r
+HTML_STYLESHEET = Doxygen.css\r
\r
# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML\r
# page will contain the date and time when the page was generated. Setting\r