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

check_spelling: ignore doxy command arguments

parent e71e414b
No related branches found
No related tags found
No related merge requests found
...@@ -159,9 +159,9 @@ re_ignore = re.compile( ...@@ -159,9 +159,9 @@ re_ignore = re.compile(
# Doxygen style #SOME_CODE. # Doxygen style #SOME_CODE.
r'#\S+|' r'#\S+|'
# Doxygen commands: \param foo # Doxygen commands: \param foo
r"\\(section|subsection|subsubsection|ingroup|param|tparam|page|a|see)\s+\S+|" r"\\(section|subsection|subsubsection|defgroup|ingroup|param|tparam|page|a|see)\s+\S+|"
# Doxygen commands without any arguments after them: \command # Doxygen commands without any arguments after them: \command
r"\\(retval|todo)\b|" r"\\(retval|todo|name)\b|"
# Doxygen 'param' syntax used rarely: \param foo[in,out] # Doxygen 'param' syntax used rarely: \param foo[in,out]
r"\\param\[[a-z,]+\]\S*|" r"\\param\[[a-z,]+\]\S*|"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment