Use ABBREVIATE_BRIEF setting used in another of my projects.
This commit is contained in:
@@ -76,7 +76,17 @@ REPEAT_BRIEF = YES
|
|||||||
# name of the entity): "The $name class" "The $name widget" "The $name file"
|
# name of the entity): "The $name class" "The $name widget" "The $name file"
|
||||||
# "is" "provides" "specifies" "contains" "represents" "a" "an" "the"
|
# "is" "provides" "specifies" "contains" "represents" "a" "an" "the"
|
||||||
|
|
||||||
ABBREVIATE_BRIEF =
|
ABBREVIATE_BRIEF = "The $name class" \
|
||||||
|
"The $name widget" \
|
||||||
|
"The $name file" \
|
||||||
|
is \
|
||||||
|
provides \
|
||||||
|
specifies \
|
||||||
|
contains \
|
||||||
|
represents \
|
||||||
|
a \
|
||||||
|
an \
|
||||||
|
the
|
||||||
|
|
||||||
# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
|
# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
|
||||||
# Doxygen will generate a detailed section even if there is only a brief
|
# Doxygen will generate a detailed section even if there is only a brief
|
||||||
|
|||||||
Reference in New Issue
Block a user