Uploaded image for project: 'mdsal'
  1. mdsal
  2. MDSAL-416

Generated javadoc does not separate multi-line description

XMLWordPrintable

      The following snippet:

            enum unlocked {
              value 4;
              description
                "The resource is not administratively prohibited from
                 use.";
            }
       

      results in javadoc which says:

      The resource is not administratively prohibited fromuse.

      We are obviously missing a whitespace conversion, because while the whitespace before "use" should be compressed, the newline after from should be interpreted as a single space.

            rovarga Robert Varga
            rovarga Robert Varga
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: