summaryrefslogtreecommitdiffstats
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-05-22 05:10:59 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-05-22 05:10:59 +0200
commit789495e5a2df4000fe027b5df4ba52060d907796 (patch)
tree988fb04636df9721f9fad99983b37625a0ac807f /Doxyfile.in
parentf885449c5b4b6fec1b2fbe1e78a86918eca3d4f0 (diff)
downloadfastd-789495e5a2df4000fe027b5df4ba52060d907796.tar
fastd-789495e5a2df4000fe027b5df4ba52060d907796.zip
More documentation
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 987c81c..3d6ec8e 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -904,7 +904,7 @@ USE_MDFILE_AS_MAINPAGE =
# also VERBATIM_HEADERS is set to NO.
# The default value is: NO.
-SOURCE_BROWSER = NO
+SOURCE_BROWSER = YES
# Setting the INLINE_SOURCES tag to YES will include the body of functions,
# classes and enums directly into the documentation.
@@ -917,7 +917,7 @@ INLINE_SOURCES = NO
# Fortran comments will always remain visible.
# The default value is: YES.
-STRIP_CODE_COMMENTS = YES
+STRIP_CODE_COMMENTS = NO
# If the REFERENCED_BY_RELATION tag is set to YES then for each documented
# function all documented functions referencing it will be listed.
@@ -1911,7 +1911,7 @@ MACRO_EXPANSION = YES
# The default value is: NO.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-EXPAND_ONLY_PREDEF = YES
+EXPAND_ONLY_PREDEF = NO
# If the SEARCH_INCLUDES tag is set to YES the includes files in the
# INCLUDE_PATH will be searched if a #include is found.
@@ -1943,7 +1943,7 @@ INCLUDE_FILE_PATTERNS =
# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-PREDEFINED = __attribute__(x)= UNUSED=
+PREDEFINED = __attribute__(x)= VECTOR(x):=VECTOR
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The