Skip to content

Instantly share code, notes, and snippets.

@DennisRippinger
Last active December 16, 2016 18:24
Show Gist options
  • Save DennisRippinger/96e1ba36ce6096cd4c9f11323475e1ac to your computer and use it in GitHub Desktop.
Save DennisRippinger/96e1ba36ce6096cd4c9f11323475e1ac to your computer and use it in GitHub Desktop.
Finds empty javadoc blocks
# With CRLF
\/\*\*[\r\n\t \*]*\*\/
# With LF
\/\*\*[\n\t \*]*\*\/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment