Skip to content

Javadoc comments with multiple lines not converted to XML documentation #97

@PurelyAndy

Description

@PurelyAndy

This code will create a summary comment properly

/** Cool field that contains something. */
public int awesomeField;

This code will not

/**
 * Really cool field that contains something.
 * Keep in mind that this field is cooler than awesomeField.
 */
public int reallyAwesomeField;

This is the case with everything, not just fields.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions