Merge branch 'java' of git.nikiroo.be:workspace/template
[fanfix.git] / Doxyfile
index cd944e02c5466d44dcba7949cacbe700f5ea3375..f855cfe44f614d20e4e6e4ada3bed53285a82839 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -1,13 +1,13 @@
 # Doxyfile 1.8.13
 
 # Minimum required fields:
-PROJECT_NAME           = "Program name"
-PROJECT_BRIEF          = "Small description"
-INPUT                  = src/xxx 
+PROJECT_NAME           = "Fanfix"
+PROJECT_BRIEF          = "Download stories and render them offline"
+INPUT                  = src/be/nikiroo
 STRIP_FROM_PATH        = src
-OPTIMIZE_OUTPUT_FOR_C  = YES
-OPTIMIZE_OUTPUT_JAVA   = NO
-FILE_PATTERNS          = *.h
+OPTIMIZE_OUTPUT_FOR_C  = NO
+OPTIMIZE_OUTPUT_JAVA   = YES
+FILE_PATTERNS          = *.java
 
 # This file describes the settings to be used by the documentation system
 # doxygen (www.doxygen.org) for a project.