Fix typography in comments for Doclet.Option.Kind

XMLWordPrintable

    • Type: Bug
    • Resolution: Not an Issue
    • Priority: P4
    • 15
    • Affects Version/s: 15
    • Component/s: tools

      In Doclet.Option.Kind:

      "implementation reserved" [sic] as a compound adjective should be hyphenated:

              /**
               * The kind of an option.
               */
              enum Kind {
                  /** an extended option, such as those prefixed with -X */
                  EXTENDED,
                  /** a standard option */
                  STANDARD,
                  /** an implementation reserved option */
                  OTHER;
              }

      Javadoc comments should also start with capitals.

            Assignee:
            Jonathan Gibbons
            Reporter:
            Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: