diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9db52d085..52d4395b6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -9,6 +9,6 @@ # Support for public releases and documentation -docs/* @hertneky @fossell @camshe -scripts/run_upp @hertneky @fossell @camshe +docs/* @gspetro-NOAA +scripts/run_upp @FernandoAndrade-NOAA @gspetro-NOAA diff --git a/.github/workflows/intel.yml b/.github/workflows/intel.yml index ad3f5140b..1e5eed2ff 100644 --- a/.github/workflows/intel.yml +++ b/.github/workflows/intel.yml @@ -110,6 +110,6 @@ jobs: export FC=mpiifort cd UPP mkdir -p build && cd build - cmake -DCMAKE_INSTALL_PREFIX=../install .. + cmake -DENABLE_DOCS=ON -DCMAKE_INSTALL_PREFIX=../install .. make -j2 VERBOSE=1 make install diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 213166a46..b829210e3 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -891,7 +891,7 @@ WARN_IF_UNDOC_ENUM_VAL = NO # Possible values are: NO, YES, FAIL_ON_WARNINGS and FAIL_ON_WARNINGS_PRINT. # 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