Skip to content

Fix Doxygen warnings #979

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

Merged
merged 4 commits into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2,301 changes: 1,150 additions & 1,151 deletions SRC/cgedmd.f90

Large diffs are not rendered by default.

1,705 changes: 852 additions & 853 deletions SRC/cgedmdq.f90

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion SRC/claqp3rk.f
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
*> The leading dimension of the array A. LDA >= max(1,M).
*> \endverbatim
*>
*> \param[out]
*> \param[out] DONE
*> \verbatim
*> DONE is LOGICAL
*> TRUE: a) if the factorization completed before processing
Expand Down
2,412 changes: 1,206 additions & 1,206 deletions SRC/dgedmd.f90

Large diffs are not rendered by default.

1,727 changes: 863 additions & 864 deletions SRC/dgedmdq.f90

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion SRC/dlaqp3rk.f
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
*> The leading dimension of the array A. LDA >= max(1,M).
*> \endverbatim
*>
*> \param[out]
*> \param[out] DONE
*> \verbatim
*> DONE is LOGICAL
*> TRUE: a) if the factorization completed before processing
Expand Down
2,411 changes: 1,205 additions & 1,206 deletions SRC/sgedmd.f90

Large diffs are not rendered by default.

1,725 changes: 862 additions & 863 deletions SRC/sgedmdq.f90

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion SRC/slaqp3rk.f
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
*> The leading dimension of the array A. LDA >= max(1,M).
*> \endverbatim
*>
*> \param[out]
*> \param[out] DONE
*> \verbatim
*> DONE is LOGICAL
*> TRUE: a) if the factorization completed before processing
Expand Down
Loading