Some comment tweaks.
[libdcp.git] / Doxyfile
index 8b45466a44dd2a3eb788283a5e2afcc6d68e13d6..7e9dd59b2f9bd6f40a82d534ba2f7192753c2a7d 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -656,6 +656,7 @@ WARN_LOGFILE           =
 # with spaces.
 
 INPUT                  = src \
+                        examples \
                          doc/mainpage.txt
 
 # This tag can be used to specify the character encoding of the source files
@@ -783,7 +784,7 @@ FILTER_SOURCE_PATTERNS =
 # Note: To get rid of all source code in the generated output, make sure also
 # VERBATIM_HEADERS is set to NO.
 
-SOURCE_BROWSER         = NO
+SOURCE_BROWSER         = YES
 
 # Setting the INLINE_SOURCES tag to YES will include the body
 # of functions and classes directly in the documentation.