-
Bug
-
Resolution: Fixed
-
P3
-
1.3.0
-
beta2
-
generic
-
generic
The output generated for @serialField is incorrect, and inconsistent with the format for @serial. The output generated for
@serialField name type desc
is
<PRE>type <B>name</B></PRE>
<DL><DD>name type desc</DL>
Notice the confusing prepending of name and type to the description. The output generated for @serial is
<H3>name</H3>
<PRE>type <B>name</B></PRE>
<DL><DD>desc</DL>
which is fine; the output of @serialField should be changed to match.
@serialField name type desc
is
<PRE>type <B>name</B></PRE>
<DL><DD>name type desc</DL>
Notice the confusing prepending of name and type to the description. The output generated for @serial is
<H3>name</H3>
<PRE>type <B>name</B></PRE>
<DL><DD>desc</DL>
which is fine; the output of @serialField should be changed to match.