Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix doxygen, turn on WARN_AS_ERROR everywhere but wgrib1 #193

Merged
merged 18 commits into from
Dec 7, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
more doxygen
edwardhartnett committed Dec 7, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 6008d388609df8ad807664cea9bee3108b1fd505
2 changes: 1 addition & 1 deletion src/tocgrib/docs/Doxyfile.in
Original file line number Diff line number Diff line change
@@ -826,7 +826,7 @@ WARN_NO_PARAMDOC = YES
# Possible values are: NO, YES and FAIL_ON_WARNINGS.
# The default value is: NO.

WARN_AS_ERROR = NO
WARN_AS_ERROR = 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
4 changes: 2 additions & 2 deletions src/tocgrib2super/docs/Doxyfile.in
Original file line number Diff line number Diff line change
@@ -826,7 +826,7 @@ WARN_NO_PARAMDOC = YES
# Possible values are: NO, YES and FAIL_ON_WARNINGS.
# The default value is: NO.

WARN_AS_ERROR = NO
WARN_AS_ERROR = 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
@@ -855,7 +855,7 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched.

INPUT = ../../../../src/tocgrib2super/docs/user_guide.md \
../../../../src/tocrib2super
../../../../src/tocgrib2super

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses