stddoclet: output format for @serialField is incorrect & inconsistent w/ @serial

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 1.4.0
    • Affects Version/s: 1.3.0
    • Component/s: tools
    • 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.

            Assignee:
            Jamie Ho (Inactive)
            Reporter:
            Bob Scheifler (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: