mirror of
https://gitlab.cern.ch/wotsubo/endcap-sl-software-ri-generator.git
synced 2025-08-05 10:19:30 +09:00
Escape bracket in generated docs
This commit is contained in:
parent
a0a1c8c9a3
commit
ef1b10a21d
5 changed files with 55 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue