##
# @Enum:
#
-# @one: The _one_ {and only}
+# @one: The _one_ {and only}, description on the same line
#
# Features:
# @enum-feat: Also _one_ {and only}
# @Base:
#
# @base1:
-# the first member
+# description starts on a new line,
+# not indented
##
{ 'struct': 'Base', 'data': { 'base1': 'Enum' },
'if': { 'all': ['IFALL1', 'IFALL2'] } }
##
# @Alternate:
#
-# @i: an integer
+# @i: description starts on the same line
+# remainder indented the same
# @b is undocumented
#
# Features:
##
# @cmd:
#
-# @arg1: the first argument
+# @arg1:
+# description starts on a new line,
+# indented
#
-# @arg2: the second
-# argument
+# @arg2: the second argument
#
# Features:
# @cmd-feat1: a feature
body=
arg=one
-The _one_ {and only}
+The _one_ {and only}, description on the same line
arg=two
feature=enum-feat
body=
arg=base1
-the first member
+description starts on a new line,
+not indented
doc symbol=Variant1
body=
A paragraph
-Another paragraph (but no @var: line)
+Another paragraph
@var1 is undocumented
arg=var1
body=
arg=i
-an integer
+description starts on the same line
+remainder indented the same
@b is undocumented
arg=b
body=
arg=arg1
-the first argument
+description starts on a new line,
+ indented
arg=arg2
-the second
-argument
+the second argument
arg=arg3
feature=cmd-feat1