1# Boxed arguments are not to be documented with the command 2# BUG: not rejected 3 4## 5# @Args: 6# @a: an argument 7## 8{ 'struct': 'Args', 'data': { 'a': 'int' } } 9 10## 11# @cmd-boxed: 12# @a: bogus 13## 14{ 'command': 'cmd-boxed', 'boxed': true, 15 'data': 'Args' } 16