diff options
author | Ran Benita <ran234@gmail.com> | 2014-09-22 15:31:51 +0300 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2014-09-22 15:31:51 +0300 |
commit | 805ed4e71b81e76f540f41f2c86cc50fa9387f47 (patch) | |
tree | 1cad0fd9a96131abb00fd63f8d832f2aec83f197 /doc/Doxyfile.in | |
parent | 08d05799dd24d16088498fb0316e43a943e90f84 (diff) | |
download | libxkbcommon-805ed4e71b81e76f540f41f2c86cc50fa9387f47.tar.gz libxkbcommon-805ed4e71b81e76f540f41f2c86cc50fa9387f47.tar.bz2 libxkbcommon-805ed4e71b81e76f540f41f2c86cc50fa9387f47.zip |
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/Doxyfile.in')
-rw-r--r-- | doc/Doxyfile.in | 2 |
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. |