Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-08-06 18:57:26 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-08-06 18:57:26 +0300
commitb40711a38ee3a25fecee9809054327e1da49bafc (patch)
tree7c424de8c93509c649e8b06f433d121c71cf1160 /Doxyfile
parent3f474fa12835b812ae039a5341e07d76818a7886 (diff)
Got the docs up to a bare minimum
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile11
1 files changed, 7 insertions, 4 deletions
diff --git a/Doxyfile b/Doxyfile
index d8a07cca..e6dcf1d7 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -228,7 +228,10 @@ TAB_SIZE = 2
# "Side Effects:". You can put \n's in the value part of an alias to insert
# newlines.
-ALIASES = "errors=@par Errors returnable\n" "mallocs=@par Memory Allocations\n"
+ALIASES = "errors=@par Errors returnable\n" "mallocs=@par Memory Allocations\n" \
+ "raceguarantees{1}=@par Race Guarantees\n\1" \
+ "complexity{1}=@par Complexity\n\1" \
+ "exceptionmodel{1}=@par Errors returnable\n\1"
# This tag can be used to specify a number of word-keyword mappings (TCL only).
# A mapping has the form "name=value". For example adding "class=itcl::class"
@@ -721,7 +724,7 @@ WARNINGS = YES
# will automatically be disabled.
# The default value is: YES.
-WARN_IF_UNDOCUMENTED = YES
+WARN_IF_UNDOCUMENTED = NO
# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
# potential errors in the documentation, such as not documenting some parameters
@@ -737,7 +740,7 @@ WARN_IF_DOC_ERROR = YES
# parameter documentation, but not about the absence of documentation.
# The default value is: NO.
-WARN_NO_PARAMDOC = NO
+WARN_NO_PARAMDOC = YES
# The WARN_FORMAT tag determines the format of the warning messages that doxygen
# can produce. The string should contain the $file, $line, and $text tags, which
@@ -753,7 +756,7 @@ WARN_FORMAT = "$file:$line: $text"
# messages should be written. If left blank the output is written to standard
# error (stderr).
-WARN_LOGFILE =
+WARN_LOGFILE = doxygen_warnings.log
#---------------------------------------------------------------------------
# Configuration options related to the input files