diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index c27831bab..1db7d4839 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/src/Doxyfile.in b/src/Doxyfile.in index d3ebfb960..39308e8e5 100644 --- a/src/Doxyfile.in +++ b/src/Doxyfile.in @@ -747,7 +747,7 @@ WARN_NO_PARAMDOC = YES # a warning is encountered. # The default value is: NO. -WARN_AS_ERROR = YES +WARN_AS_ERROR = NO # 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