From a45c3f0d7e3bb9f3fd8cbb674d4a53dc8ae1de22 Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Mon, 9 Jun 2014 10:51:00 +1000 Subject: [PATCH] Spellchecker, add checks for some doxy comments --- check_source/check_spelling.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/check_source/check_spelling.py b/check_source/check_spelling.py index edb1524..aac5c00 100755 --- a/check_source/check_spelling.py +++ b/check_source/check_spelling.py @@ -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", ) -- GitLab