We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ingroup
1 parent 052c46d commit bee7ae4Copy full SHA for bee7ae4
tools/test/travis-ci/doxy-spellchecker/spell.sh
@@ -20,6 +20,7 @@ while read file; do
20
# matched.
21
start_tokens=( "/@code"
22
"/addtogroup"
23
+ "ingroup"
24
"defgroup"
25
"<"
26
"()"
@@ -28,13 +29,15 @@ while read file; do
28
29
formats=( 'strip_between'
30
'strip_between'
31
'strip_line'
32
+ 'strip_line'
33
'strip_between_sameline'
34
'strip_token'
35
)
36
37
end_tokens=( "/@endcode"
38
"/\*"
39
""
40
+ ""
41
">"
42
43
0 commit comments