Skip to content

render multi-line document properly#476

Open
eZioPan wants to merge 1 commit intoembassy-rs:mainfrom
eZioPan:multiline-doc
Open

render multi-line document properly#476
eZioPan wants to merge 1 commit intoembassy-rs:mainfrom
eZioPan:multiline-doc

Conversation

@eZioPan
Copy link
Copy Markdown
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
Copy Markdown

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