Skip to content

Commit 89240e7

Browse files
committed
Doxyfile: Allow "struct" in brief description
1 parent 1b01316 commit 89240e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doxyfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ REPEAT_BRIEF = YES
128128
# specifies, contains, represents, a, an and the.
129129

130130
ABBREVIATE_BRIEF = "The $name class" \
131+
"The $name struct" \
131132
"The $name interface" \
132133
"The $name widget" \
133134
"The $name file" \

0 commit comments

Comments
 (0)