qemu

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

doc-undoc-feature.json (145B)


      1 # Doc comment must cover all features
      2 
      3 ##
      4 # @foo:
      5 #
      6 # Features:
      7 # @doc: documented feature
      8 ##
      9 { 'command': 'foo', 'features': ['undoc', 'doc'] }