From 9db067800f1a7b19421a3ac7b2fc072c8e52b4ae Mon Sep 17 00:00:00 2001 From: HMatheo Date: Tue, 6 Jun 2023 22:27:14 +0200 Subject: [PATCH 01/24] Test drone --- MangaMap/MangaMap.csproj | 252 +++++++++++++++++++-------------------- 1 file changed, 126 insertions(+), 126 deletions(-) diff --git a/MangaMap/MangaMap.csproj b/MangaMap/MangaMap.csproj index 88ab77e..d4b88f9 100644 --- a/MangaMap/MangaMap.csproj +++ b/MangaMap/MangaMap.csproj @@ -1,135 +1,135 @@ - - - - net7.0-android;net7.0-ios;net7.0-maccatalyst - $(TargetFrameworks);net7.0-windows10.0.19041.0 - - - Exe - MangaMap - true - true - enable - - - MangaMap - - - com.companyname.mangamap - 61196d0c-418f-4fb6-8dc5-c920275e1035 - - - 1.0 - 1 - - 11.0 - 13.1 - 21.0 - 10.0.17763.0 - 10.0.17763.0 - 6.5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + net7.0; + $(TargetFrameworks);net7.0-windows10.0.19041.0 + + + Exe + MangaMap + true + true + enable + + + MangaMap + + + com.companyname.mangamap + 61196d0c-418f-4fb6-8dc5-c920275e1035 + + + 1.0 + 1 + + 11.0 + 13.1 + 21.0 + 10.0.17763.0 + 10.0.17763.0 + 6.5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - CustomHeader.xaml - + + + + + + + + + CustomHeader.xaml + ListOeuvre.xaml - - - createOeuvre.xaml - - - loginAdminPage.xaml - - - signUpPage.xaml - - - - - - MSBuild:Compile - - - MSBuild:Compile - + + + createOeuvre.xaml + + + loginAdminPage.xaml + + + signUpPage.xaml + + + + + + MSBuild:Compile + + + MSBuild:Compile + MSBuild:Compile - - - MSBuild:Compile - - - MSBuild:Compile - - - MSBuild:Compile - - - MSBuild:Compile - - - MSBuild:Compile - - - MSBuild:Compile - - - MSBuild:Compile - - - MSBuild:Compile - - - + + + MSBuild:Compile + + + MSBuild:Compile + + + MSBuild:Compile + + + MSBuild:Compile + + + MSBuild:Compile + + + MSBuild:Compile + + + MSBuild:Compile + + + MSBuild:Compile + + + - - + + \ No newline at end of file -- 2.36.3 From 9ae21faa3576878f4b6046ecc34d4374b03e0f47 Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Tue, 6 Jun 2023 22:29:17 +0200 Subject: [PATCH 02/24] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6d1fe6e..13c9419 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,7 @@ steps: commands: - cd MangaMap/ - dotnet restore MangaMap.sln - - dotnet test MangaMap.sln --logger trx --no-restore + - dotnet test MangaMap.sln --logger trx --no-restore /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura --collect "XPlat Code Coverage" depends_on: [build] - name: code-analysis -- 2.36.3 From 626795d632a398cb4b9b3db54ca1d4bd8a74ae81 Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Tue, 6 Jun 2023 22:37:10 +0200 Subject: [PATCH 03/24] Update '.drone.yml' --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 13c9419..c13ad5c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,7 +42,7 @@ steps: from_secret: SECRET_SONAR_LOGIN depends_on: [tests] - - name: generate-and-deploy-docs +- name: generate-and-deploy-docs image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer failure: ignore commands: @@ -53,3 +53,7 @@ steps: event: - push depends_on: [ build, tests ] + +volumes: +- name: docs + temp: {} -- 2.36.3 From 95e4bdf49779936fade73f453ca2a84904993a9c Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Tue, 6 Jun 2023 22:38:00 +0200 Subject: [PATCH 04/24] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c13ad5c..1f1a4e3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,7 +42,7 @@ steps: from_secret: SECRET_SONAR_LOGIN depends_on: [tests] -- name: generate-and-deploy-docs + - name: generate-and-deploy-docs image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer failure: ignore commands: -- 2.36.3 From 138c8f6b17830d47be92949af9005e1161f27977 Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Tue, 6 Jun 2023 22:43:22 +0200 Subject: [PATCH 05/24] Update '.drone.yml' --- .drone.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1f1a4e3..c0d84d7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,13 +26,6 @@ steps: - name: code-analysis image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet7-maui - commands: - - cd MangaMap/ - - dotnet restore MangaMap.sln - - dotnet sonarscanner begin /k:$${project_key} /d:sonar.host.url=$${sonar_host} /d:sonar.coverageReportPaths="coveragereport/SonarQube.xml" /d:sonar.coverage.exclusions=$${coverage_exclusions} /d:sonar.login=$${sonar_token} - - reportgenerator -reports:"**/coverage.cobertura.xml" -reporttypes:SonarQube -targetdir:"coveragereport" - - dotnet publish MangaMap.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release - - dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN} secrets: [ SECRET_SONAR_LOGIN ] settings: # accessible en ligne de commande par ${PLUGIN_SONAR_HOST} @@ -40,6 +33,13 @@ steps: # accessible en ligne de commande par ${PLUGIN_SONAR_TOKEN} sonar_token: from_secret: SECRET_SONAR_LOGIN + commands: + - cd MangaMap/ + - dotnet restore MangaMap.sln + - dotnet sonarscanner begin /k:"MangaMap" /d:sonar.host.url=$${PLUGIN_SONAR_HOST} /d:sonar.login=$${PLUGIN_SONAR_TOKEN} + - dotnet build MangaMap.sln -c Release --no-restore + - dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN} + - dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN} depends_on: [tests] - name: generate-and-deploy-docs -- 2.36.3 From 3b52bb0812c0b14337e12ef63291b81ca2dc4e6f Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Tue, 6 Jun 2023 22:44:44 +0200 Subject: [PATCH 06/24] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c0d84d7..40f4345 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: - dotnet publish MangaMap.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release --framework net7.0 - name: tests - image: mcr.microsoft.com/dotnet/sdk:7.0 + image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest commands: - cd MangaMap/ - dotnet restore MangaMap.sln -- 2.36.3 From 6a77eea624ef680fba477ed7ac05d23fac66671b Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Tue, 6 Jun 2023 22:46:33 +0200 Subject: [PATCH 07/24] Update '.drone.yml' --- .drone.yml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index 40f4345..ba9978a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,6 +24,18 @@ steps: - dotnet test MangaMap.sln --logger trx --no-restore /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura --collect "XPlat Code Coverage" depends_on: [build] + - name: generate-and-deploy-docs + image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer + failure: ignore + commands: + - /entrypoint.sh -l Documentation/doxygen -t doxygen + when: + branch: + - master + event: + - push + depends_on: [ build, tests ] + - name: code-analysis image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet7-maui secrets: [ SECRET_SONAR_LOGIN ] @@ -42,17 +54,7 @@ steps: - dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN} depends_on: [tests] - - name: generate-and-deploy-docs - image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer - failure: ignore - commands: - - /entrypoint.sh -l Documentation/doxygen -t doxygen - when: - branch: - - master - event: - - push - depends_on: [ build, tests ] + volumes: - name: docs -- 2.36.3 From 326d232d997c280777d93beee873e8a94acd6cf2 Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Tue, 6 Jun 2023 22:48:10 +0200 Subject: [PATCH 08/24] Update '.drone.yml' --- .drone.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index ba9978a..bf101d9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -53,9 +53,3 @@ steps: - dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN} - dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN} depends_on: [tests] - - - -volumes: -- name: docs - temp: {} -- 2.36.3 From 560b8b72969d2b3f3462d9cd5018ee6c47b0b8f0 Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Tue, 6 Jun 2023 22:49:22 +0200 Subject: [PATCH 09/24] Update '.drone.yml' --- .drone.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index bf101d9..ca58397 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,18 +24,6 @@ steps: - dotnet test MangaMap.sln --logger trx --no-restore /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura --collect "XPlat Code Coverage" depends_on: [build] - - name: generate-and-deploy-docs - image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer - failure: ignore - commands: - - /entrypoint.sh -l Documentation/doxygen -t doxygen - when: - branch: - - master - event: - - push - depends_on: [ build, tests ] - - name: code-analysis image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet7-maui secrets: [ SECRET_SONAR_LOGIN ] @@ -53,3 +41,15 @@ steps: - dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN} - dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN} depends_on: [tests] + + - name: generate-and-deploy-docs + image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer + failure: ignore + commands: + - /entrypoint.sh -l Documentation/doxygen -t doxygen + when: + branch: + - master + event: + - push + depends_on: [ build, tests ] -- 2.36.3 From 512a1b0a546d6ef1dd47ca9203ffaddf341a6f7b Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Wed, 7 Jun 2023 10:12:42 +0200 Subject: [PATCH 10/24] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ca58397..cf7f6cb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,7 +36,7 @@ steps: commands: - cd MangaMap/ - dotnet restore MangaMap.sln - - dotnet sonarscanner begin /k:"MangaMap" /d:sonar.host.url=$${PLUGIN_SONAR_HOST} /d:sonar.login=$${PLUGIN_SONAR_TOKEN} + - dotnet sonarscanner begin /k:"MapManga" /d:sonar.host.url=$${PLUGIN_SONAR_HOST} /d:sonar.login=$${PLUGIN_SONAR_TOKEN} - dotnet build MangaMap.sln -c Release --no-restore - dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN} - dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN} -- 2.36.3 From 1a92d43ae5e5f3d08f1ca22a8031a14852f945ab Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Wed, 7 Jun 2023 10:14:12 +0200 Subject: [PATCH 11/24] Update '.drone.yml' --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index cf7f6cb..3894a80 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,8 +38,8 @@ steps: - dotnet restore MangaMap.sln - dotnet sonarscanner begin /k:"MapManga" /d:sonar.host.url=$${PLUGIN_SONAR_HOST} /d:sonar.login=$${PLUGIN_SONAR_TOKEN} - dotnet build MangaMap.sln -c Release --no-restore - - dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN} - - dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN} +# - dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN} +# - dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN} depends_on: [tests] - name: generate-and-deploy-docs -- 2.36.3 From 6a593988d6ee4cf1d2ed1761299ad9cba8cfaceb Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Wed, 7 Jun 2023 10:15:42 +0200 Subject: [PATCH 12/24] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3894a80..7a0a8eb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,7 +39,7 @@ steps: - dotnet sonarscanner begin /k:"MapManga" /d:sonar.host.url=$${PLUGIN_SONAR_HOST} /d:sonar.login=$${PLUGIN_SONAR_TOKEN} - dotnet build MangaMap.sln -c Release --no-restore # - dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN} -# - dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN} + - dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN} depends_on: [tests] - name: generate-and-deploy-docs -- 2.36.3 From 2adbc33b6e931eee91b0c3a4fcfd412140fc7e05 Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Wed, 7 Jun 2023 10:17:40 +0200 Subject: [PATCH 13/24] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7a0a8eb..533d7c2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,7 +36,7 @@ steps: commands: - cd MangaMap/ - dotnet restore MangaMap.sln - - dotnet sonarscanner begin /k:"MapManga" /d:sonar.host.url=$${PLUGIN_SONAR_HOST} /d:sonar.login=$${PLUGIN_SONAR_TOKEN} + - dotnet sonarscanner begin /k:"MangaMap" /d:sonar.host.url=$${PLUGIN_SONAR_HOST} /d:sonar.login=$${PLUGIN_SONAR_TOKEN} - dotnet build MangaMap.sln -c Release --no-restore # - dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN} - dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN} -- 2.36.3 From 4eee46826125346d4a07b0b4f9c3cfc6f3a5d425 Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Wed, 7 Jun 2023 10:19:51 +0200 Subject: [PATCH 14/24] Update '.drone.yml' --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 533d7c2..3e3bf0f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -50,6 +50,7 @@ steps: when: branch: - master + - Mathéo event: - push - depends_on: [ build, tests ] + depends_on: [ build, tests ] \ No newline at end of file -- 2.36.3 From 50ecd47f0f0168d709622f6ae6612bf33c86d81a Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Wed, 7 Jun 2023 10:48:04 +0200 Subject: [PATCH 15/24] Added doxygen folder --- Documentation/doxygen/Doxyfile | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Documentation/doxygen/Doxyfile diff --git a/Documentation/doxygen/Doxyfile b/Documentation/doxygen/Doxyfile new file mode 100644 index 0000000..e69de29 -- 2.36.3 From e5f4827571041b2352d6cb81cffbd7a5139f03b2 Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Wed, 7 Jun 2023 10:52:11 +0200 Subject: [PATCH 16/24] Update 'Documentation/doxygen/Doxyfile' --- Documentation/doxygen/Doxyfile | 429 +++++++++++++++++++++++++++++++++ 1 file changed, 429 insertions(+) diff --git a/Documentation/doxygen/Doxyfile b/Documentation/doxygen/Doxyfile index e69de29..3153c0e 100644 --- a/Documentation/doxygen/Doxyfile +++ b/Documentation/doxygen/Doxyfile @@ -0,0 +1,429 @@ +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- +DOXYFILE_ENCODING = UTF-8 +PROJECT_NAME = "MapManga" +PROJECT_NUMBER = 1.0.0 +PROJECT_BRIEF = "A brief description of your project" +PROJECT_LOGO = images/mylogo.png +OUTPUT_DIRECTORY = Documentation/doxygen +CREATE_SUBDIRS = NO +ALLOW_UNICODE_NAMES = NO +OUTPUT_LANGUAGE = English +BRIEF_MEMBER_DESC = YES +REPEAT_BRIEF = YES +ABBREVIATE_BRIEF = "The $name class" \ + "The $name widget" \ + "The $name file" \ + is \ + provides \ + specifies \ + contains \ + represents \ + a \ + an \ + the +ALWAYS_DETAILED_SEC = NO +INLINE_INHERITED_MEMB = NO +FULL_PATH_NAMES = YES +STRIP_FROM_PATH = +STRIP_FROM_INC_PATH = +SHORT_NAMES = NO +JAVADOC_AUTOBRIEF = NO +JAVADOC_BANNER = NO +QT_AUTOBRIEF = NO +MULTILINE_CPP_IS_BRIEF = NO +PYTHON_DOCSTRING = YES +INHERIT_DOCS = YES +SEPARATE_MEMBER_PAGES = NO +TAB_SIZE = 4 +ALIASES = +OPTIMIZE_OUTPUT_FOR_C = NO +# Well... the one for Java looks so similar to the one for C#... +OPTIMIZE_OUTPUT_JAVA = YES +OPTIMIZE_FOR_FORTRAN = NO +OPTIMIZE_OUTPUT_VHDL = NO +OPTIMIZE_OUTPUT_SLICE = NO +EXTENSION_MAPPING = +MARKDOWN_SUPPORT = YES +TOC_INCLUDE_HEADINGS = 5 +AUTOLINK_SUPPORT = YES +BUILTIN_STL_SUPPORT = NO +CPP_CLI_SUPPORT = NO +SIP_SUPPORT = NO +IDL_PROPERTY_SUPPORT = YES +DISTRIBUTE_GROUP_DOC = NO +GROUP_NESTED_COMPOUNDS = NO +SUBGROUPING = YES +INLINE_GROUPED_CLASSES = NO +INLINE_SIMPLE_STRUCTS = NO +TYPEDEF_HIDES_STRUCT = NO +LOOKUP_CACHE_SIZE = 0 +NUM_PROC_THREADS = 1 + +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- + +EXTRACT_ALL = YES +# I do not like other members to see my private members... but you can set it to YES if you prefer. +EXTRACT_PRIVATE = NO +EXTRACT_PRIV_VIRTUAL = NO +EXTRACT_PACKAGE = NO +EXTRACT_STATIC = YES +EXTRACT_LOCAL_CLASSES = YES +EXTRACT_LOCAL_METHODS = NO +EXTRACT_ANON_NSPACES = NO +RESOLVE_UNNAMED_PARAMS = YES +HIDE_UNDOC_MEMBERS = NO +HIDE_UNDOC_CLASSES = NO +HIDE_FRIEND_COMPOUNDS = NO +HIDE_IN_BODY_DOCS = NO +INTERNAL_DOCS = NO +CASE_SENSE_NAMES = NO +HIDE_SCOPE_NAMES = NO +HIDE_COMPOUND_REFERENCE= NO +SHOW_HEADERFILE = YES +SHOW_INCLUDE_FILES = YES +SHOW_GROUPED_MEMB_INC = NO +FORCE_LOCAL_INCLUDES = NO +INLINE_INFO = YES +SORT_MEMBER_DOCS = NO +SORT_BRIEF_DOCS = NO +SORT_MEMBERS_CTORS_1ST = NO +SORT_GROUP_NAMES = NO +SORT_BY_SCOPE_NAME = NO +STRICT_PROTO_MATCHING = NO +GENERATE_TODOLIST = YES +GENERATE_TESTLIST = YES +GENERATE_BUGLIST = YES +GENERATE_DEPRECATEDLIST= YES +ENABLED_SECTIONS = +MAX_INITIALIZER_LINES = 30 +SHOW_USED_FILES = YES +SHOW_FILES = YES +SHOW_NAMESPACES = YES +FILE_VERSION_FILTER = +LAYOUT_FILE = +CITE_BIB_FILES = + +#--------------------------------------------------------------------------- +# Configuration options related to warning and progress messages +#--------------------------------------------------------------------------- + +QUIET = NO +WARNINGS = YES +WARN_IF_UNDOCUMENTED = YES +WARN_IF_DOC_ERROR = YES +WARN_IF_INCOMPLETE_DOC = YES +WARN_NO_PARAMDOC = NO +WARN_AS_ERROR = NO +WARN_FORMAT = "$file:$line: $text" +WARN_LOGFILE = + +#--------------------------------------------------------------------------- +# Configuration options related to the input files +#--------------------------------------------------------------------------- + +INPUT = ../../Sources +INPUT_ENCODING = UTF-8 +FILE_PATTERNS = *.c \ + *.cc \ + *.cxx \ + *.cpp \ + *.c++ \ + *.java \ + *.ii \ + *.ixx \ + *.ipp \ + *.i++ \ + *.inl \ + *.idl \ + *.ddl \ + *.odl \ + *.h \ + *.hh \ + *.hxx \ + *.hpp \ + *.h++ \ + *.l \ + *.cs \ + *.d \ + *.php \ + *.php4 \ + *.php5 \ + *.phtml \ + *.inc \ + *.m \ + *.markdown \ + *.md \ + *.mm \ + *.dox \ + *.py \ + *.pyw \ + *.f90 \ + *.f95 \ + *.f03 \ + *.f08 \ + *.f18 \ + *.f \ + *.for \ + *.vhd \ + *.vhdl \ + *.ucf \ + *.qsf \ + *.ice +RECURSIVE = YES +EXCLUDE = +EXCLUDE_SYMLINKS = NO +EXCLUDE_PATTERNS = */Tests/* +EXCLUDE_PATTERNS += */bin/* +EXCLUDE_PATTERNS += */obj/* +EXCLUDE_SYMBOLS = +EXAMPLE_PATH = +EXAMPLE_PATTERNS = * +EXAMPLE_RECURSIVE = NO +IMAGE_PATH = +INPUT_FILTER = +FILTER_PATTERNS = +FILTER_SOURCE_FILES = NO +FILTER_SOURCE_PATTERNS = +USE_MDFILE_AS_MAINPAGE = + +#--------------------------------------------------------------------------- +# Configuration options related to source browsing +#--------------------------------------------------------------------------- + +SOURCE_BROWSER = NO +INLINE_SOURCES = NO +STRIP_CODE_COMMENTS = YES +REFERENCED_BY_RELATION = NO +REFERENCES_RELATION = NO +REFERENCES_LINK_SOURCE = YES +SOURCE_TOOLTIPS = YES +USE_HTAGS = NO +VERBATIM_HEADERS = YES +CLANG_ASSISTED_PARSING = NO +CLANG_ADD_INC_PATHS = YES +CLANG_OPTIONS = +CLANG_DATABASE_PATH = + +#--------------------------------------------------------------------------- +# Configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- + +ALPHABETICAL_INDEX = YES +IGNORE_PREFIX = + +#--------------------------------------------------------------------------- +# Configuration options related to the HTML output +#--------------------------------------------------------------------------- + +GENERATE_HTML = YES +HTML_OUTPUT = html +HTML_FILE_EXTENSION = .html +HTML_HEADER = +HTML_FOOTER = footer.html +HTML_STYLESHEET = +HTML_EXTRA_STYLESHEET = +HTML_EXTRA_FILES = images/CodeFirst.png images/clubinfo.png +HTML_COLORSTYLE_HUE = 215 +HTML_COLORSTYLE_SAT = 45 +HTML_COLORSTYLE_GAMMA = 240 +HTML_TIMESTAMP = NO +HTML_DYNAMIC_MENUS = YES +HTML_DYNAMIC_SECTIONS = NO +HTML_INDEX_NUM_ENTRIES = 100 +GENERATE_DOCSET = NO +DOCSET_FEEDNAME = "Doxygen generated docs" +DOCSET_FEEDURL = +DOCSET_BUNDLE_ID = org.doxygen.Project +DOCSET_PUBLISHER_ID = org.doxygen.Publisher +DOCSET_PUBLISHER_NAME = Publisher +GENERATE_HTMLHELP = NO +CHM_FILE = +HHC_LOCATION = +GENERATE_CHI = NO +CHM_INDEX_ENCODING = +BINARY_TOC = NO +TOC_EXPAND = NO +GENERATE_QHP = NO +QCH_FILE = +QHP_NAMESPACE = org.doxygen.Project +QHP_VIRTUAL_FOLDER = doc +QHP_CUST_FILTER_NAME = +QHP_CUST_FILTER_ATTRS = +QHP_SECT_FILTER_ATTRS = +QHG_LOCATION = +GENERATE_ECLIPSEHELP = NO +ECLIPSE_DOC_ID = org.doxygen.Project +DISABLE_INDEX = NO +GENERATE_TREEVIEW = NO +FULL_SIDEBAR = NO +ENUM_VALUES_PER_LINE = 4 +TREEVIEW_WIDTH = 250 +EXT_LINKS_IN_WINDOW = NO +OBFUSCATE_EMAILS = YES +HTML_FORMULA_FORMAT = png +FORMULA_FONTSIZE = 10 +FORMULA_TRANSPARENT = YES +FORMULA_MACROFILE = +USE_MATHJAX = NO +MATHJAX_VERSION = MathJax_2 +MATHJAX_FORMAT = HTML-CSS +MATHJAX_RELPATH = +MATHJAX_EXTENSIONS = +MATHJAX_CODEFILE = +SEARCHENGINE = YES +SERVER_BASED_SEARCH = NO +EXTERNAL_SEARCH = NO +SEARCHENGINE_URL = +SEARCHDATA_FILE = searchdata.xml +EXTERNAL_SEARCH_ID = +EXTRA_SEARCH_MAPPINGS = + +#--------------------------------------------------------------------------- +# Configuration options related to the LaTeX output +#--------------------------------------------------------------------------- + +GENERATE_LATEX = NO +LATEX_OUTPUT = latex +LATEX_CMD_NAME = +MAKEINDEX_CMD_NAME = makeindex +LATEX_MAKEINDEX_CMD = makeindex +COMPACT_LATEX = NO +PAPER_TYPE = a4 +EXTRA_PACKAGES = +LATEX_HEADER = +LATEX_FOOTER = +LATEX_EXTRA_STYLESHEET = +LATEX_EXTRA_FILES = +PDF_HYPERLINKS = YES +USE_PDFLATEX = YES +LATEX_BATCHMODE = NO +LATEX_HIDE_INDICES = NO +LATEX_BIB_STYLE = plain +LATEX_TIMESTAMP = NO +LATEX_EMOJI_DIRECTORY = + +#--------------------------------------------------------------------------- +# Configuration options related to the RTF output +#--------------------------------------------------------------------------- + +GENERATE_RTF = NO +RTF_OUTPUT = rtf +COMPACT_RTF = NO +RTF_HYPERLINKS = NO +RTF_STYLESHEET_FILE = +RTF_EXTENSIONS_FILE = + +#--------------------------------------------------------------------------- +# Configuration options related to the man page output +#--------------------------------------------------------------------------- + +GENERATE_MAN = NO +MAN_OUTPUT = man +MAN_EXTENSION = .3 +MAN_SUBDIR = +MAN_LINKS = NO + +#--------------------------------------------------------------------------- +# Configuration options related to the XML output +#--------------------------------------------------------------------------- + +GENERATE_XML = NO +XML_OUTPUT = xml +XML_PROGRAMLISTING = YES +XML_NS_MEMB_FILE_SCOPE = NO + +#--------------------------------------------------------------------------- +# Configuration options related to the DOCBOOK output +#--------------------------------------------------------------------------- + +GENERATE_DOCBOOK = NO +DOCBOOK_OUTPUT = docbook + +#--------------------------------------------------------------------------- +# Configuration options for the AutoGen Definitions output +#--------------------------------------------------------------------------- + +GENERATE_AUTOGEN_DEF = NO + +#--------------------------------------------------------------------------- +# Configuration options related to Sqlite3 output +#--------------------------------------------------------------------------- + +#--------------------------------------------------------------------------- +# Configuration options related to the Perl module output +#--------------------------------------------------------------------------- + +GENERATE_PERLMOD = NO +PERLMOD_LATEX = NO +PERLMOD_PRETTY = YES +PERLMOD_MAKEVAR_PREFIX = + +#--------------------------------------------------------------------------- +# Configuration options related to the preprocessor +#--------------------------------------------------------------------------- + +ENABLE_PREPROCESSING = YES +MACRO_EXPANSION = NO +EXPAND_ONLY_PREDEF = NO +SEARCH_INCLUDES = YES +INCLUDE_PATH = +INCLUDE_FILE_PATTERNS = +PREDEFINED = +EXPAND_AS_DEFINED = +SKIP_FUNCTION_MACROS = YES + +#--------------------------------------------------------------------------- +# Configuration options related to external references +#--------------------------------------------------------------------------- + +TAGFILES = +GENERATE_TAGFILE = +ALLEXTERNALS = NO +EXTERNAL_GROUPS = YES +EXTERNAL_PAGES = YES + +#--------------------------------------------------------------------------- +# Configuration options related to the dot tool +#--------------------------------------------------------------------------- + +DIA_PATH = +HIDE_UNDOC_RELATIONS = YES +HAVE_DOT = NO +DOT_NUM_THREADS = 0 +DOT_FONTNAME = Helvetica +DOT_FONTSIZE = 10 +DOT_FONTPATH = +CLASS_GRAPH = YES +COLLABORATION_GRAPH = YES +GROUP_GRAPHS = YES +UML_LOOK = NO +UML_LIMIT_NUM_FIELDS = 10 +DOT_UML_DETAILS = NO +DOT_WRAP_THRESHOLD = 17 +TEMPLATE_RELATIONS = NO +INCLUDE_GRAPH = YES +INCLUDED_BY_GRAPH = YES +CALL_GRAPH = NO +CALLER_GRAPH = NO +GRAPHICAL_HIERARCHY = YES +DIRECTORY_GRAPH = YES +DIR_GRAPH_MAX_DEPTH = 1 +DOT_IMAGE_FORMAT = png +INTERACTIVE_SVG = NO +DOT_PATH = +DOTFILE_DIRS = +MSCFILE_DIRS = +DIAFILE_DIRS = +PLANTUML_JAR_PATH = +PLANTUML_CFG_FILE = +PLANTUML_INCLUDE_PATH = +DOT_GRAPH_MAX_NODES = 50 +MAX_DOT_GRAPH_DEPTH = 0 +DOT_TRANSPARENT = NO +DOT_MULTI_TARGETS = NO +GENERATE_LEGEND = YES +DOT_CLEANUP = YES \ No newline at end of file -- 2.36.3 From 035134cab2960c9ad6fbfdab2009b2a3ec7696eb Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Wed, 7 Jun 2023 11:53:44 +0200 Subject: [PATCH 17/24] Add 'Documentation/doxygen/footer.html' --- Documentation/doxygen/footer.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Documentation/doxygen/footer.html diff --git a/Documentation/doxygen/footer.html b/Documentation/doxygen/footer.html new file mode 100644 index 0000000..a782589 --- /dev/null +++ b/Documentation/doxygen/footer.html @@ -0,0 +1,8 @@ + +

+


Generated on $datetime with   +Code#0 + by Doxygen version $doxygenversion
+

+ + \ No newline at end of file -- 2.36.3 From 9bfce7396237b2f56901e78d8bbb9fcb21c89aa1 Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Wed, 7 Jun 2023 11:55:35 +0200 Subject: [PATCH 18/24] Added images --- Documentation/doxygen/images/CodeFirst.png | Bin 0 -> 4677 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Documentation/doxygen/images/CodeFirst.png diff --git a/Documentation/doxygen/images/CodeFirst.png b/Documentation/doxygen/images/CodeFirst.png new file mode 100644 index 0000000000000000000000000000000000000000..7583537f5890eff06a48af575f4d1679ccc49e34 GIT binary patch literal 4677 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 aZ-QD)pYCu~^Gi1V=&`o2BUKU(#r_8}z{j5e literal 0 HcmV?d00001 -- 2.36.3 From cf71458f871e359c80f126ad16c870274595f899 Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Wed, 7 Jun 2023 13:05:19 +0200 Subject: [PATCH 19/24] Update 'Documentation/doxygen/Doxyfile' --- Documentation/doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/doxygen/Doxyfile b/Documentation/doxygen/Doxyfile index 3153c0e..77d0bd6 100644 --- a/Documentation/doxygen/Doxyfile +++ b/Documentation/doxygen/Doxyfile @@ -223,7 +223,7 @@ GENERATE_HTML = YES HTML_OUTPUT = html HTML_FILE_EXTENSION = .html HTML_HEADER = -HTML_FOOTER = footer.html +HTML_FOOTER = HTML_STYLESHEET = HTML_EXTRA_STYLESHEET = HTML_EXTRA_FILES = images/CodeFirst.png images/clubinfo.png -- 2.36.3 From 3ccec1074aeebac5238d368cc490b3f8482cd227 Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Wed, 7 Jun 2023 13:12:39 +0200 Subject: [PATCH 20/24] Update '.drone.yml' --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3e3bf0f..94a6652 100644 --- a/.drone.yml +++ b/.drone.yml @@ -53,4 +53,5 @@ steps: - Mathéo event: - push - depends_on: [ build, tests ] \ No newline at end of file + depends_on: [ build, tests ] + \ No newline at end of file -- 2.36.3 From 528e7773deb4ce7b1d31300bcbe0dbc2df4ab5d1 Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Wed, 7 Jun 2023 13:20:00 +0200 Subject: [PATCH 21/24] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 94a6652..99e8c35 100644 --- a/.drone.yml +++ b/.drone.yml @@ -50,7 +50,7 @@ steps: when: branch: - master - - Mathéo + - Matheo event: - push depends_on: [ build, tests ] -- 2.36.3 From 48cfa1dccf80688b30d974215032d892db7e2876 Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Wed, 7 Jun 2023 13:42:12 +0200 Subject: [PATCH 22/24] Update 'Documentation/doxygen/Doxyfile' --- Documentation/doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/doxygen/Doxyfile b/Documentation/doxygen/Doxyfile index 77d0bd6..0d39417 100644 --- a/Documentation/doxygen/Doxyfile +++ b/Documentation/doxygen/Doxyfile @@ -125,7 +125,7 @@ WARN_LOGFILE = # Configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = ../../Sources +INPUT = ../../MangaMap INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.c \ *.cc \ -- 2.36.3 From 0fca4dbfdeb765c86e5b259df0c3c68a60cd79d8 Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Wed, 7 Jun 2023 13:45:05 +0200 Subject: [PATCH 23/24] Update 'Documentation/doxygen/Doxyfile' --- Documentation/doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/doxygen/Doxyfile b/Documentation/doxygen/Doxyfile index 0d39417..23f7ba6 100644 --- a/Documentation/doxygen/Doxyfile +++ b/Documentation/doxygen/Doxyfile @@ -125,7 +125,7 @@ WARN_LOGFILE = # Configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = ../../MangaMap +INPUT = ../MapManga/MangaMap INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.c \ *.cc \ -- 2.36.3 From c7220c4d6ecc74939a78b5df857028bc4e8690f1 Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Wed, 7 Jun 2023 13:50:19 +0200 Subject: [PATCH 24/24] Update 'Documentation/doxygen/Doxyfile' --- Documentation/doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/doxygen/Doxyfile b/Documentation/doxygen/Doxyfile index 23f7ba6..40db241 100644 --- a/Documentation/doxygen/Doxyfile +++ b/Documentation/doxygen/Doxyfile @@ -125,7 +125,7 @@ WARN_LOGFILE = # Configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = ../MapManga/MangaMap +INPUT = MangaMap INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.c \ *.cc \ -- 2.36.3