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

.github/workflows: Summarize github-DOCS errors and warnings #1814

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

e10harvey
Copy link
Contributor

@e10harvey e10harvey commented May 3, 2023

Summary of changes

- .github/workflows: Summarize github-DOCS errors and warnings

- docs: Remove unsupported Doxyfile.in tags

Fixes #1804.

What the failures output looks like now (from https://github.com/kokkos/kokkos-kernels/actions/runs/4883464802/jobs/8714834928?pr=1814:

Run echo "Redirecting full output to doxygen.out..."
Redirecting full output to doxygen.out...
---- BEGIN: Summary of errors ---- 
---- END: Summary of errors ---- 


---- BEGIN: Summary of warnings ---- 
Generating docs f/home/runner/work/kokkos-kernels/kokkos-kernels/kokkos-kernels/sparse/src/KokkosSparse_par_ilut.hpp:73: warning: The following parameter of KokkosSparse::Experimental::par_ilut_symbolic(KernelHandle *handle, ARowMapType &A_rowmap, AEntriesType &A_entries, LRowMapType &L_rowmap, URowMapType &U_rowmap) is not documented:
Generating XML output for class KokkosBatched::TeamHadamardProd/home/runner/work/kokkos-kernels/kokkos-kernels/kokkos-kernels/sparse/src/KokkosSparse_par_ilut.hpp:73: warning: The following parameter of KokkosSparse::Experimental::par_ilut_symbolic(KernelHandle *handle, ARowMapType &A_rowmap, AEntriesType &A_entries, LRowMapType &L_rowmap, URowMapType &U_rowmap) is not documented:
---- END: Summary of warnings ---- 
Error: Process completed with exit code 1.

Leaving the AT: WIP label applied since other CI checks are not affected by these changes.

@e10harvey e10harvey changed the title .github/workflows: Summarize github-DOCS errors .github/workflows: Summarize github-DOCS errors and warnings May 9, 2023
docs: Remove unsupported Doxyfile.in tags
@e10harvey
Copy link
Contributor Author

@cwpearson, @lucbv: ready to merge?

Copy link
Contributor

@cwpearson cwpearson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this will be a nice help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants