Enable JAVADOC_AUTOBRIEF
diff --git a/Doxyfile b/Doxyfile
index 0956aa7..76f4e5a 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -153,7 +153,7 @@
 # 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