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>master
parent
08d05799dd
commit
805ed4e71b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue