Skip to content

DocumentationExtraction bug for java docstyle. #4029

@damngamerz

Description

@damngamerz

DocumentationExtraction works good when java docstyle as given below is used.

/**
 * Returns an String that says Hello with the name argument.
 *
 * @param  name the name to which to say hello
 * @return      the concatenated string
 */

But if we remove that one space from that mid marker and end marker as follows

/**
* Returns an String that says Hello with the name argument.
*
* @param  name the name to which to say hello
* @return      the concatenated string
*/

DocumentationExtraction doesn't return anything. We need to throw a nice warning message for the above case.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions