From 2eb25132d65286845cede1dcc71954ab4e66c751 Mon Sep 17 00:00:00 2001 From: "camille.turpin-etienne" Date: Fri, 7 Jun 2024 15:39:20 +0200 Subject: [PATCH] test doxygen --- Documentation/doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/doxygen/Doxyfile b/Documentation/doxygen/Doxyfile index 1125a9f..c6bb6db 100644 --- a/Documentation/doxygen/Doxyfile +++ b/Documentation/doxygen/Doxyfile @@ -8,7 +8,7 @@ PROJECT_BRIEF = "A brief description of your project" PROJECT_LOGO = ../../Sources/MauiSpark/Resources/Images/mastermind.png OUTPUT_DIRECTORY = /docs/doxygen CREATE_SUBDIRS = NO -ALLOW_UNICODE_NAMES = NO +ALLOW_UNICODE_NAMES = YES OUTPUT_LANGUAGE = French BRIEF_MEMBER_DESC = YES REPEAT_BRIEF = YES