10 lines
145 B
JSON
10 lines
145 B
JSON
|
# Doc comment must cover all features
|
||
|
|
||
|
##
|
||
|
# @foo:
|
||
|
#
|
||
|
# Features:
|
||
|
# @doc: documented feature
|
||
|
##
|
||
|
{ 'command': 'foo', 'features': ['undoc', 'doc'] }
|