14 lines
232 B
JSON
14 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' }
|