doc-interleaved-section.json (271B)
1 # Arguments and sections must not be interleaved 2 3 ## 4 # @TestStruct: 5 # 6 # body 7 # 8 # @integer: foo 9 # blah 10 # 11 # bao 12 # 13 # Note: a section. 14 # 15 # @foobar: catch this 16 # 17 # Since: 2.3 18 # 19 ## 20 { 'struct': 'TestStruct', 21 'data': { 'integer': 'int', 'foobar': 'int' } }