Reference-LAPACK / lapack

LAPACK development repository
Other
1.46k stars 430 forks source link

Fix Doxygen warnings #979

Closed turboencabulator closed 6 months ago

turboencabulator commented 6 months ago

This fixes miscellaneous warnings from Doxygen, mostly about missing parameters and mismatched verbatim tags.

My editor is complaining about CRLF line endings in the *dmd* files so I've stripped those out, along with any trailing whitespace. Only these files had CRLF line endings and I'm not sure why git hasn't automatically been normalizing them.

codecov[bot] commented 6 months ago

Codecov Report

Attention: 1563 lines in your changes are missing coverage. Please review.

Comparison is base (5d705a1) 0.00% compared to head (dead4e4) 0.00%.

Files Patch % Lines
SRC/dgedmd.f90 0.00% 258 Missing :warning:
SRC/sgedmd.f90 0.00% 258 Missing :warning:
SRC/cgedmd.f90 0.00% 257 Missing :warning:
SRC/zgedmd.f90 0.00% 256 Missing :warning:
SRC/zgedmdq.f90 0.00% 138 Missing :warning:
SRC/cgedmdq.f90 0.00% 136 Missing :warning:
SRC/dgedmdq.f90 0.00% 130 Missing :warning:
SRC/sgedmdq.f90 0.00% 130 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #979 +/- ## ======================================= Coverage 0.00% 0.00% ======================================= Files 1930 1930 Lines 190421 190421 ======================================= Misses 190421 190421 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.