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

render multi-line document properly #476

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eZioPan
Copy link
Contributor

@eZioPan eZioPan commented Apr 30, 2024

and some clippy fix.


will need a


This PR doesn't change function of stm32-data-gen, so there should be no change in ci diff.


BELOW IS OUT OF DATE, SEE embassy-rs/chiptool#31 INSTEAD


Render metapac document from one-line to multi-line.

eg.

from

#[doc = "Scaling factor. Input value has been multiplied by 2^(-n) before for argument. Output value will need to be multiplied by 2^n later for results."]

to

#[doc = "Scaling factor.  "]
#[doc = "Input value has been multiplied by 2^(-n) before for argument.  "]
#[doc = "Output value will need to be multiplied by 2^n later for results."]

after


@embassy-ci
Copy link

embassy-ci bot commented Apr 30, 2024

@eZioPan eZioPan marked this pull request as ready for review April 30, 2024 10:21
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.

1 participant