15 lines
232 B
JSON
15 lines
232 B
JSON
|
# Boxed arguments are not to be documented with the command
|
||
|
|
||
|
##
|
||
|
# @Args:
|
||
|
# @a: an argument
|
||
|
##
|
||
|
{ 'struct': 'Args', 'data': { 'a': 'int' } }
|
||
|
|
||
|
##
|
||
|
# @cmd-boxed:
|
||
|
# @a: bogus
|
||
|
##
|
||
|
{ 'command': 'cmd-boxed', 'boxed': true,
|
||
|
'data': 'Args' }
|