Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2016-08-01 06:56:23 +0300
committerTimothy Gu <timothygu99@gmail.com>2016-08-01 06:56:23 +0300
commitfd2cde02346c823b72377b74a5b52b1527ce02e2 (patch)
tree3cf010f7ea66e9bad8d42b4c83b327c03bb707ad /doc/Doxyfile
parent04da20e58fd78617e9f4afc17ce7d04e4f839b7f (diff)
Doxygen: Re-enable JAVADOC_AUTOBRIEF
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r--doc/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index c65d9eee98..20f88f50bb 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -177,7 +177,7 @@ SHORT_NAMES = NO
# description.)
# The default value is: NO.
-JAVADOC_AUTOBRIEF = NO
+JAVADOC_AUTOBRIEF = YES
# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
# line (until the first dot) of a Qt-style comment as the brief description. If