# Doxyfile 1.8.13
-PROJECT_NAME = "Program name"
-PROJECT_BRIEF = "Small description"
-INPUT = src/xxx
+ # Minimum required fields:
++PROJECT_NAME = "NSub"
++PROJECT_BRIEF = "Subtitle/lyrics conversion tool"
++INPUT = src/nsub
+ STRIP_FROM_PATH = src
+ OPTIMIZE_OUTPUT_FOR_C = YES
+ OPTIMIZE_OUTPUT_JAVA = NO
+ FILE_PATTERNS = *.h
+
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
#
# > NAMES: list of all the programs to compile
# > TESTS: list of all test programs to compile and run
#
-NAME = program
-NAMES = $(NAME) program2
-TESTS = tests-program
+NAME = nsub
+NAMES = $(NAME) cutils
+TESTS =
+ ################################################################################
+
# You may override these when calling make
PREFIX = /usr/local
dstdir = bin