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

Tweak generated docs for enum values #335

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

kainino0x
Copy link
Collaborator

I noticed this because of the trailing space in webgpu.h due to \n.

But anyway since these are markdown, a single \n doesn't do anything so it renders like:

0x00000001 Callbacks created with ...

We could use \n\n but instead I chose to just put a period there: .\n

0x00000001. Callbacks created with ...

@kainino0x kainino0x requested review from Kangz and lokokung and removed request for Kangz September 17, 2024 05:50
@kainino0x kainino0x enabled auto-merge (squash) September 17, 2024 18:25
@kainino0x kainino0x merged commit f307f51 into webgpu-native:main Sep 17, 2024
4 checks passed
@kainino0x kainino0x deleted the enum-doc-nit branch September 17, 2024 18:26
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