todo-to-issue-action icon indicating copy to clipboard operation
todo-to-issue-action copied to clipboard

Add support of javadoc syntax

Open dgroup opened this issue 2 years ago • 2 comments

Javadoc comment format for java language has the following format

/**
 * This is the user.
 * @author someone
 * @since 0.0.0
 */
public class User {
   
}
```

dgroup avatar Apr 17 '22 13:04 dgroup

Thanks for this. I think we need to make a change elsewhere to support this. At the moment, the title has to be on the same line as the opening tag, so we need to update the regex and add a test. If I get chance I'll take a look.

alstr avatar Apr 21 '22 13:04 alstr

Acutally, I don't think any regex changes are required. There are already TODOs in the tests where the opening tag and title are on different lines. I think we just need to add a test for this and we're all good.

alstr avatar Aug 26 '22 13:08 alstr

Closing due to inactivity.

alstr avatar Oct 21 '22 17:10 alstr