fix(02/CMake,Doxygen): change template name to 02

This commit is contained in:
Jiří Štefka 2023-12-11 04:58:21 +01:00
parent bf6d9e0a77
commit 09fb2aea68
Signed by: jiriks74
GPG Key ID: 1D5E30D3DB2264DE
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.14) cmake_minimum_required(VERSION 3.14)
# Generate compile_commands.json # Generate compile_commands.json
set(PROJECT_NAME CTemplate) set(PROJECT_NAME 02)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON) set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# Turn on testing by default # Turn on testing by default

View File

@ -42,7 +42,7 @@ DOXYFILE_ENCODING = UTF-8
# title of most generated pages and in a few other places. # title of most generated pages and in a few other places.
# The default value is: My Project. # 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 # 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 # could be handy for archiving the generated documentation or if some version