Skip to content

Conversation

tomkris
Copy link

@tomkris tomkris commented Jun 28, 2022

Module level rustdoc has different syntax than regular rustdoc:

//! my documentation
or
#![doc="my documantation"]

Right now this case is not handled by the post-processor and module
level documentation attributes are not converted to their comment
counterparts when doc post-processing is enabled.

Module level rustdoc has different syntax than regular rustdoc:
```
//! my documentation
or
#![doc="my documantation"]
```

Right now this case is not handled by the post-processor and module
level documentation attributes are not converted to their comment
counterparts when doc post-processing is enabled.
@nu11ptr
Copy link
Owner

nu11ptr commented Jun 29, 2022

Nice - I'll give it a look over. Thx for the submission

@tomkris
Copy link
Author

tomkris commented Jul 23, 2022

@nu11ptr , I wanted to check if any additional information from my side will help with reviewing this PR? Please let me know, I'm very interested to have this fix merged it. Thanks!

@nu11ptr
Copy link
Owner

nu11ptr commented Jul 24, 2022

Sorry, just been busy at work last couple of months on a big project. Hope to get a chance to look at this soon

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