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

Squash more documentation build warnings #210

Merged
merged 8 commits into from
Feb 11, 2022

Conversation

billschereriii
Copy link
Contributor

This PR squashes almost all of the build warnings generated when building docs for SmartRedis.

The only warnings left are from the cases where FORTRAN common methods are included from a secondary file. This fails because Doxygen is not a true compiler and does not actually parse the inclusion correctly. Rather, it does everything file-by-file. To fix this, we would have to make major structural changes to the way we do common methods in FORTRAN, and that would be extremely high risk this close to a release.

@billschereriii billschereriii added area: C Issues related to the C client area: C++ Issues related to the C++ client area: docs Issues related to documentation area: fortran issues related to the Fortran Client labels Feb 11, 2022
@billschereriii billschereriii self-assigned this Feb 11, 2022
@billschereriii billschereriii merged commit 0e96c80 into CrayLabs:develop Feb 11, 2022
@billschereriii billschereriii deleted the doctest branch February 11, 2022 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: C++ Issues related to the C++ client area: C Issues related to the C client area: docs Issues related to documentation area: fortran issues related to the Fortran Client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants