Skip to content
Snippets Groups Projects
Commit a45c3f0d authored by Campbell Barton's avatar Campbell Barton
Browse files

Spellchecker, add checks for some doxy comments

parent d4596144
No related branches found
No related tags found
No related merge requests found
......@@ -178,6 +178,9 @@ def extract_c_comments(filepath):
r"\subsection",
r"\subsubsection",
r"\ingroup",
r"\param[in]",
r"\param[out]",
r"\param[in,out]",
r"\param",
r"\page",
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment