diff options
author | Timothy Gu <timothygu99@gmail.com> | 2016-07-31 20:56:23 -0700 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2016-07-31 20:56:23 -0700 |
commit | fd2cde02346c823b72377b74a5b52b1527ce02e2 (patch) | |
tree | 3cf010f7ea66e9bad8d42b4c83b327c03bb707ad | |
parent | 04da20e58fd78617e9f4afc17ce7d04e4f839b7f (diff) | |
download | ffmpeg-fd2cde02346c823b72377b74a5b52b1527ce02e2.tar.gz |
Doxygen: Re-enable JAVADOC_AUTOBRIEF
-rw-r--r-- | doc/Doxyfile | 2 |
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 |