From 09fb2aea683bd24a27556a2e3e4d6d77a011ada0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Mon, 11 Dec 2023 04:58:21 +0100 Subject: [PATCH] fix(02/CMake,Doxygen): change template name to 02 --- 02/CMakeLists.txt | 2 +- 02/docs/Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/02/CMakeLists.txt b/02/CMakeLists.txt index 8837ebf..2305156 100644 --- a/02/CMakeLists.txt +++ b/02/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.14) # Generate compile_commands.json -set(PROJECT_NAME CTemplate) +set(PROJECT_NAME 02) set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # Turn on testing by default diff --git a/02/docs/Doxyfile b/02/docs/Doxyfile index 5069a74..ace5e79 100644 --- a/02/docs/Doxyfile +++ b/02/docs/Doxyfile @@ -42,7 +42,7 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = AdventOfCode +PROJECT_NAME = AdventOfCode-02 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version