qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

doc-bad-section.json (174B)


      1 # = section within an expression comment
      2 
      3 ##
      4 # @Enum:
      5 # == No good here
      6 # @one: The _one_ {and only}
      7 #
      8 # @two is undocumented
      9 ##
     10 { 'enum': 'Enum', 'data': [ 'one', 'two' ] }