Skip to content

rust-format: post-processing for module-level rustdoc attributes#3

Open
tomkris wants to merge 1 commit into
nu11ptr:masterfrom
tomkris:master
Open

rust-format: post-processing for module-level rustdoc attributes#3
tomkris wants to merge 1 commit into
nu11ptr:masterfrom
tomkris:master

Conversation

@tomkris

@tomkris tomkris commented Jun 28, 2022

Copy link
Copy Markdown

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

nu11ptr commented Jun 29, 2022

Copy link
Copy Markdown
Owner

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

@tomkris

tomkris commented Jul 23, 2022

Copy link
Copy Markdown
Author

@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

nu11ptr commented Jul 24, 2022

Copy link
Copy Markdown
Owner

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