]> git.sesse.net Git - mlt/blobdiff - Doxyfile
Add mlt_frame doxygen docs.
[mlt] / Doxyfile
index 710800de49b2e4b7b492bdc5d8489ca1a888521e..03b94387475e94dba458a8b6f85643d14a806b03 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -137,7 +137,7 @@ SHORT_NAMES = NO
 # comments will behave just like regular Qt-style comments 
 # (thus requiring an explicit @brief command for a brief description.)
 
-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 
@@ -145,7 +145,7 @@ JAVADOC_AUTOBRIEF = NO
 # will behave just like regular Qt-style comments (thus requiring 
 # an explicit \brief command for a brief description.)
 
-QT_AUTOBRIEF = NO
+QT_AUTOBRIEF = YES
 
 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen 
 # treat a multi-line C++ special comment block (i.e. a block of //! or ///