Skip to content

Commit bee7ae4

Browse files
committed
Add Doxygen ingroup command as a recognised token in CI spellchecker
1 parent 052c46d commit bee7ae4

File tree

1 file changed

+3
-0
lines changed
  • tools/test/travis-ci/doxy-spellchecker

1 file changed

+3
-0
lines changed

tools/test/travis-ci/doxy-spellchecker/spell.sh

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ while read file; do
2020
# matched.
2121
start_tokens=( "/@code"
2222
"/addtogroup"
23+
"ingroup"
2324
"defgroup"
2425
"<"
2526
"()"
@@ -28,13 +29,15 @@ while read file; do
2829
formats=( 'strip_between'
2930
'strip_between'
3031
'strip_line'
32+
'strip_line'
3133
'strip_between_sameline'
3234
'strip_token'
3335
)
3436

3537
end_tokens=( "/@endcode"
3638
"/\*"
3739
""
40+
""
3841
">"
3942
""
4043
)

0 commit comments

Comments
 (0)