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

Move the nodoc flags to the right place to hide the __mul* functions. #11326

Conversation

wyhaines
Copy link
Contributor

@wyhaines wyhaines commented Oct 16, 2021

The toplevel docs @ https://crystal-lang.org/api/1.2.0/toplevel.html show the __mulodi4, __mulosi4, and __muloti4 functions, which are supposed to be nodoc. The problem is just the positioning of the nodoc marker. This PR fixes that.

Fixes #11327

@oprypin oprypin changed the title Tiny little fix to move the nodoc flags to the right place to hide the __mul* functions. Move the nodoc flags to the right place to hide the __mul* functions. Oct 16, 2021
@straight-shoota straight-shoota added kind:bug A bug in the code. Does not apply to documentation, specs, etc. kind:docs topic:stdlib:runtime labels Oct 18, 2021
@straight-shoota straight-shoota modified the milestone: 1.2.1 Oct 19, 2021
@straight-shoota straight-shoota added this to the 1.2.1 milestone Oct 20, 2021
@straight-shoota straight-shoota merged commit 79de525 into crystal-lang:master Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. kind:docs topic:stdlib:runtime
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.2.0; the __mul* functions are showing in the toplevel docs
3 participants