From: Ran Benita Date: Mon, 22 Sep 2014 12:31:51 +0000 (+0300) Subject: doc: disable BRIEF_MEMBER_DESC X-Git-Tag: xkbcommon-0.5.0~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=805ed4e71b81e76f540f41f2c86cc50fa9387f47;p=platform%2Fupstream%2Flibxkbcommon.git 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 --- 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.