# Doxyfile 1.8.13
-PROJECT_NAME = "Program name"
-PROJECT_BRIEF = "Small description"
-INPUT = src/xxx
+ # Minimum required fields:
++PROJECT_NAME = "Small C utilities"
++PROJECT_BRIEF = "Some small utilities written in C, as a helper library"
++INPUT = src/cutils
+ 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 = cutils
+NAMES = $(NAME)
+TESTS = tests-cutils
+ ################################################################################
+
# You may override these when calling make
PREFIX = /usr/local
dstdir = bin
--- /dev/null
-## Version WIP
+ # Program
+
-- new: something new
-- new: something else new
-- changed: something is not the same anymore
-- fix: fix/correction of a bug
++## Version 2.0.0
+
++- changed: launcher is renamed into check/launcher
++- changed: launcher works differently regarding the main function
++- changed: print.h uses different macro and functions
+