summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2014-09-22 15:31:51 +0300
committerRan Benita <ran234@gmail.com>2014-09-22 15:31:51 +0300
commit805ed4e71b81e76f540f41f2c86cc50fa9387f47 (patch)
tree1cad0fd9a96131abb00fd63f8d832f2aec83f197 /doc
parent08d05799dd24d16088498fb0316e43a943e90f84 (diff)
downloadxorg-lib-libxkbcommon-805ed4e71b81e76f540f41f2c86cc50fa9387f47.tar.gz
doc: disable BRIEF_MEMBER_DESC
It's easier to quickly go through the functions in a module this way. The names provide enough "brief description" to get someone to click for the full description. Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 606df85..47f60a2 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -83,7 +83,7 @@ OUTPUT_LANGUAGE = English
# the file and class documentation (similar to JavaDoc).
# Set to NO to disable this.
-BRIEF_MEMBER_DESC = YES
+BRIEF_MEMBER_DESC = NO
# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
# the brief description of a member or function before the detailed description.