From a31a980b46a163d51ae6d6a5189516ea64e622b0 Mon Sep 17 00:00:00 2001 From: "camille.turpin-etienne" Date: Fri, 7 Jun 2024 17:09:39 +0200 Subject: [PATCH] doxygen --- Documentation/doxygen/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/doxygen/Doxyfile b/Documentation/doxygen/Doxyfile index 7db7c34..3c47dd6 100644 --- a/Documentation/doxygen/Doxyfile +++ b/Documentation/doxygen/Doxyfile @@ -1,7 +1,7 @@ #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- -DOXYFILE_ENCODING = ISO-8859-1 +DOXYFILE_ENCODING = ISO-8859-15 PROJECT_NAME = "Mastermind" PROJECT_NUMBER = 1.0.0 PROJECT_BRIEF = "A brief description of your project" @@ -126,7 +126,7 @@ WARN_LOGFILE = #--------------------------------------------------------------------------- INPUT = ../.. -INPUT_ENCODING = ISO-8859-1 +INPUT_ENCODING = ISO-8859-15 FILE_PATTERNS = *.c \ *.cc \ *.cxx \