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

Changed documentation to match headers. #1431

Merged
merged 2 commits into from
Sep 28, 2023

Conversation

deinst
Copy link
Contributor

@deinst deinst commented Sep 28, 2023

This is the change promised in issue #1421 . It was a bit of a larger problem than I first predicted.

Most of this change is cosmetic, geting code and documentation to match by changing const/mutable or signed/unsigned. The change is almost always a change to documentation, except arb.h and fmpz_mod_mpoly.h were changed so that set_ui functions were modified to take an ulong instead of a slong.

Cosmetic changes aside, this does fix a fair number of typos, copy paste errors, etc., where the code and the documentation diverge considerably.

Most of this change is cosmetic, geting code and documentation to match
const/mutable or signed/unsigned.  The change is almost always a change to
documentation. arb.h and fmpz_mod_mpoly.h were changed so that `set_ui`
functions were modified to take an ulong instead of a slong.

This does fix a fair number of typos, copy paste errors, etc., where the code
and the documentation diverge considerably.
remove a spurious 't '.
@fredrik-johansson fredrik-johansson merged commit 114a48a into flintlib:trunk Sep 28, 2023
12 of 13 checks passed
@fredrik-johansson
Copy link
Collaborator

Nice work! Much appreciated cleanup.

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

Successfully merging this pull request may close these issues.

2 participants