Skip to content

Default settings: Support common types of documentation comment and @todo tag#869

Open
slaugaus wants to merge 4 commits into
Gruntfuggly:masterfrom
slaugaus:master
Open

Default settings: Support common types of documentation comment and @todo tag#869
slaugaus wants to merge 4 commits into
Gruntfuggly:masterfrom
slaugaus:master

Conversation

@slaugaus

Copy link
Copy Markdown

Adds @todo as a default tag and makes the default regex support comments starting with:

  • /** (start of a Javadoc standard doc comment)
  • * (start of a new line of a doc comment)
  • /*! (Qt-style or important comment block)
  • /// (C# and Doxygen)
  • //! (Doxygen)
  • """ (Python docstring)

Inspired by this page of the Doxygen docs.

Tested in RegExr:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant