diff --git a/01/docs/Doxyfile b/01/docs/Doxyfile index f375946..34fc63c 100644 --- a/01/docs/Doxyfile +++ b/01/docs/Doxyfile @@ -61,7 +61,7 @@ PROJECT_BRIEF = # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = ../../docs/logo.png +PROJECT_LOGO = ../../../assets/logo.png # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is diff --git a/01/docs/logo.png b/01/docs/logo.png deleted file mode 100644 index d2ba808..0000000 Binary files a/01/docs/logo.png and /dev/null differ diff --git a/C_Tempate/docs/Doxyfile b/C_Tempate/docs/Doxyfile index f375946..5069a74 100644 --- a/C_Tempate/docs/Doxyfile +++ b/C_Tempate/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-01 +PROJECT_NAME = AdventOfCode # 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 @@ -61,7 +61,7 @@ PROJECT_BRIEF = # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = ../../docs/logo.png +PROJECT_LOGO = ../../../assets/logo.png # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is diff --git a/C_Tempate/docs/logo.png b/C_Tempate/docs/logo.png deleted file mode 100644 index d2ba808..0000000 Binary files a/C_Tempate/docs/logo.png and /dev/null differ