-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Generated documentation includes bullet points that are not part of the docs #93309
Comments
Seems potentially related to #92872, but the latest builds were from a nightly that should have that fixed in; cc @GuillaumeGomez you probably have some idea on where the issue is. |
This is highly surprising indeed. @Skeletonxf Can you run |
@GuillaumeGomez |
It'll be fixed by #93715. |
Thanks, is there any way I can get docs.rs to rebuild the docs for the affected versions or will I have to submit a new version of my library to get a fixed docs.rs build? |
Sure. But that for that, please open an issue on docs.rs repository directly. |
Hi, I've just published a new version of my crate and the generated documentation is including a lot of bullet points that have never been included before.
https://docs.rs/easy-ml/1.8.1/easy_ml/index.html
https://docs.rs/easy-ml/1.8.0/easy_ml/index.html
When I generate the docs locally on the 1.8.1 source code using the latest stable version of rust I see the same formatting for the 1.8.0 that docs.rs generated, so I think this is a bug that's slipped into the nightly version of docs.rs?
Stable local docs:
docs.rs:
My guess is that it's because I'm using block comments, the unwanted bullet points seem to match up with empty lines in the documentation comment which consist of just a
*
.Thanks
The text was updated successfully, but these errors were encountered: