Escape bracket in generated docs

This commit is contained in:
Wataru Otsubo 2025-07-31 20:41:04 +09:00
parent a0a1c8c9a3
commit ef1b10a21d
5 changed files with 55 additions and 8 deletions

View file

@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Use `u8` and `u16` for `T` of registers when the mask is 0xff or 0xffff, instead of defining new tuple struct.
- Use `Mmapped` instead of `RegisterSpec` !21
- Remove empty doc generation !23
- Added escape to brackets of form `[numbers]` in docs. (e.g., `a[1]` to `a\[1\]`, `b[1:2]` to `b\[1:2\]`) !24
## [0.3.1] - 2025-04-11