webgpu-native / webgpu-headers

**NOT STABLE YET!** See README.
https://webgpu-native.github.io/webgpu-headers/
BSD 3-Clause "New" or "Revised" License
387 stars 45 forks source link

Tweak generated docs for enum values #335

Closed kainino0x closed 2 months ago

kainino0x commented 2 months ago

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 ...