Add Regular Expressions (REGEX) script to catch documentation errors, specifically in code snippets.

This commit is contained in:
John Blum
2020-09-03 13:30:46 -07:00
parent 9e53c0398e
commit 34c36ada40

View File

@@ -0,0 +1,4 @@
# Useful Regular Expressions (REGEX) to search for documentation problems
# Searches for class definitions without the 'class' keyword.
public [class]{0}\w* \{