From e3452ffe2e794e7b8618995bf62e60a08cca010c Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 14 Jan 2006 09:29:27 +0000 Subject: [PATCH] Use ABBREVIATE_BRIEF setting used in another of my projects. --- doc/doxygen/Doxyfile.in | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/doxygen/Doxyfile.in b/doc/doxygen/Doxyfile.in index 42a5032a..19fdf59e 100644 --- a/doc/doxygen/Doxyfile.in +++ b/doc/doxygen/Doxyfile.in @@ -76,7 +76,17 @@ REPEAT_BRIEF = YES # name of the entity): "The $name class" "The $name widget" "The $name file" # "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 # Doxygen will generate a detailed section even if there is only a brief