mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-01-02 17:30:44 +00:00
escape enum
This commit is contained in:
parent
e9b8308d20
commit
f3bfa0b42f
@ -25,7 +25,7 @@ trait AsmDocSyntax {
|
||||
.push(g.toGroup(s))
|
||||
}
|
||||
|
||||
def enum[A: EnumAsm: Mapping](implicit ctx: AsmDocumentContext): Unit =
|
||||
def `enum`[A: EnumAsm: Mapping](implicit ctx: AsmDocumentContext): Unit =
|
||||
mapping
|
||||
|
||||
def bitField[A: BitField: Mapping](implicit ctx: AsmDocumentContext): Unit =
|
||||
|
Loading…
Reference in New Issue
Block a user