diff --git a/Documentation/doxygen/Doxyfile b/Documentation/doxygen/Doxyfile index 7df531a..00cf1af 100644 --- a/Documentation/doxygen/Doxyfile +++ b/Documentation/doxygen/Doxyfile @@ -6,7 +6,7 @@ PROJECT_NAME = "LOLAPP" PROJECT_NUMBER = 1.0.0 PROJECT_BRIEF = "A collection of champion information" PROJECT_LOGO = icon/mylogo.png -OUTPUT_DIRECTORY = /docs/doxygen +OUTPUT_DIRECTORY = /Documentation/doxygen CREATE_SUBDIRS = NO ALLOW_UNICODE_NAMES = NO OUTPUT_LANGUAGE = English @@ -125,7 +125,7 @@ WARN_LOGFILE = # Configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = ../../LOLAPP +INPUT = src INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.c \ *.cc \