rojo-rbx / rbx-dom

Roblox DOM and (de)serialization implementation in Rust
MIT License
105 stars 42 forks source link

Document Enum attributes in spec document #388

Closed Dekkonot closed 5 months ago

Dekkonot commented 5 months ago

In pursuit of #383, this adds documentation of Enum-type attributes to the attribute spec document.

In the spec, I used EnumItem to be distinct from Enum, since both are important here. I don't think we should do it in the other documentation but I'm open to opinions.

Also, there were some backticks missing from the Font attribute documentation so I added them to make things consistent with the other entries.