summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@theravensnest.org>2011-05-20 11:26:59 +0000
committerDavid Chisnall <theraven@theravensnest.org>2011-05-20 11:26:59 +0000
commitd73693970c7c5222d7a7b83695c0f72c139cf720 (patch)
treed6a62e57159d8fd691c68513ad84e61e37d97675
parent6fd114f6277e61f1a01080b1c857ea218e15493d (diff)
downloadlibcxxrt-d73693970c7c5222d7a7b83695c0f72c139cf720.tar.gz
libcxxrt-d73693970c7c5222d7a7b83695c0f72c139cf720.tar.bz2
libcxxrt-d73693970c7c5222d7a7b83695c0f72c139cf720.tar.xz
Updated doxygen config.
-rw-r--r--src/doxygen_config14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/doxygen_config b/src/doxygen_config
index dd5b6dc..e4554a3 100644
--- a/src/doxygen_config
+++ b/src/doxygen_config
@@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
-PROJECT_NAME = libcxxabi
+PROJECT_NAME = libcxxrt
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
@@ -170,7 +170,7 @@ SEPARATE_MEMBER_PAGES = NO
# The TAB_SIZE tag can be used to set the number of spaces in a tab.
# Doxygen uses this value to replace tabs by spaces in code fragments.
-TAB_SIZE = 8
+TAB_SIZE = 4
# This tag can be used to specify a number of aliases that acts
# as commands in the documentation. An alias has the form "name=value".
@@ -297,17 +297,17 @@ SYMBOL_CACHE_SIZE = 0
# Private class members and static file members will be hidden unless
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
-EXTRACT_ALL = NO
+EXTRACT_ALL = YES
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
# will be included in the documentation.
-EXTRACT_PRIVATE = NO
+EXTRACT_PRIVATE = YES
# If the EXTRACT_STATIC tag is set to YES all static members of a file
# will be included in the documentation.
-EXTRACT_STATIC = NO
+EXTRACT_STATIC = YES
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
# defined locally in source files will be included in the documentation.
@@ -328,7 +328,7 @@ EXTRACT_LOCAL_METHODS = NO
# name of the file that contains the anonymous namespace. By default
# anonymous namespace are hidden.
-EXTRACT_ANON_NSPACES = NO
+EXTRACT_ANON_NSPACES = YES
# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
# undocumented members of documented classes, files or namespaces.
@@ -617,7 +617,7 @@ EXCLUDE_SYMLINKS = NO
# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
-EXCLUDE_PATTERNS = test*
+EXCLUDE_PATTERNS = *libelf*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the