Skip to content

Commit

Permalink
Document doxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
LordAro committed Nov 15, 2014
1 parent 1330462 commit f9c6f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,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 = doc/doxygen_warnings.txt

#---------------------------------------------------------------------------
# Configuration options related to the input files
Expand Down Expand Up @@ -784,7 +784,7 @@ EXCLUDE_SYMLINKS = NO
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories for example use the pattern */test/*

EXCLUDE_PATTERNS =
EXCLUDE_PATTERNS = */tests/*

# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
Expand Down

0 comments on commit f9c6f7f

Please sign in to comment.