Commit 2e9b0717 authored by John Bonn's avatar John Bonn
Browse files

Changed Doxygen configuration to output warnings to logfile, warnings always...

Changed Doxygen configuration to output warnings to logfile, warnings always generated, MODE=LOUD no longer effects warning generation. m04585

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7494 41f8697f-d340-4b68-9986-7bafba869bb8
parent 563ec3f8
Loading
Loading
Loading
Loading
+1 −20
Original line number Diff line number Diff line
@@ -83,16 +83,6 @@ conf:
	if [ "$(findstring LOUD,$(MODE))" = "LOUD" ]; \
	then \
	  echo "QUIET                  = NO"                         >> build/Programmer_temp.conf; \
	  echo "WARNINGS               = YES"                        >> build/Programmer_temp.conf; \
	  echo "WARN_IF_UNDOCUMENTED   = YES"                        >> build/Programmer_temp.conf; \
	  echo "WARN_IF_DOC_ERROR      = YES"                        >> build/Programmer_temp.conf; \
	  echo "WARN_NO_PARAMDOC       = YES"                        >> build/Programmer_temp.conf; \
        else \
	  echo "QUIET                  = YES"                        >> build/Programmer_temp.conf; \
	  echo "WARNINGS               = NO"                         >> build/Programmer_temp.conf; \
	  echo "WARN_IF_UNDOCUMENTED   = NO"                         >> build/Programmer_temp.conf; \
	  echo "WARN_IF_DOC_ERROR      = NO"                         >> build/Programmer_temp.conf; \
	  echo "WARN_NO_PARAMDOC       = NO"                         >> build/Programmer_temp.conf; \
	fi

	if [[ "$(DOT_PATH)" != "" ]];                                          \
@@ -116,16 +106,6 @@ conf:
	if [ "$(findstring LOUD,$(MODE))" = "LOUD" ]; \
	then \
	  echo "QUIET                  = NO"                         >> build/Developer_temp.conf; \
	  echo "WARNINGS               = YES"                        >> build/Developer_temp.conf; \
	  echo "WARN_IF_UNDOCUMENTED   = YES"                        >> build/Developer_temp.conf; \
	  echo "WARN_IF_DOC_ERROR      = YES"                        >> build/Developer_temp.conf; \
	  echo "WARN_NO_PARAMDOC       = YES"                        >> build/Developer_temp.conf; \
        else \
	  echo "QUIET                  = YES"                        >> build/Developer_temp.conf; \
	  echo "WARNINGS               = NO"                         >> build/Developer_temp.conf; \
	  echo "WARN_IF_UNDOCUMENTED   = NO"                         >> build/Developer_temp.conf; \
	  echo "WARN_IF_DOC_ERROR      = NO"                         >> build/Developer_temp.conf; \
	  echo "WARN_NO_PARAMDOC       = NO"                         >> build/Developer_temp.conf; \
	fi

	if [[ "$(DOT_PATH)" != "" ]];                                          \
@@ -199,6 +179,7 @@ clean:
	rm -f  build/Developer_temp.conf 
	rm -rf build/apps
	rm -f ../documents/DocStyle/assets/isisDoxyDefs.doxydef
	rm -f doxyWarnDeveloper.txt doxyWarnProgrammer.txt

cleandoc:
	rm -r $(ISISROOT)/doc/Object
+3 −3
Original line number Diff line number Diff line
@@ -703,7 +703,7 @@ CITE_BIB_FILES =
# messages are off.
# The default value is: NO.

QUIET                  = NO
QUIET                  = YES

# The WARNINGS tag can be used to turn on/off the warning messages that are
# generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES
@@ -735,7 +735,7 @@ WARN_IF_DOC_ERROR = YES
# 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
@@ -751,7 +751,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           = doxyWarnDeveloper.txt

#---------------------------------------------------------------------------
# Configuration options related to the input files
+3 −3
Original line number Diff line number Diff line
@@ -703,7 +703,7 @@ CITE_BIB_FILES =
# messages are off.
# The default value is: NO.

QUIET                  = NO
QUIET                  = YES

# The WARNINGS tag can be used to turn on/off the warning messages that are
# generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES
@@ -735,7 +735,7 @@ WARN_IF_DOC_ERROR = YES
# 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
@@ -751,7 +751,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           = doxyWarnProgrammer.txt

#---------------------------------------------------------------------------
# Configuration options related to the input files