diff --git a/Documentation/doxygen/Doxyfile b/Documentation/doxygen/Doxyfile index 543713d..1c7f200 100644 --- a/Documentation/doxygen/Doxyfile +++ b/Documentation/doxygen/Doxyfile @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = "Projet_IHM" +PROJECT_NAME = "Stim" # 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 @@ -51,7 +51,7 @@ PROJECT_BRIEF = "SAE2.02" # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = images/CodeFirst.png +PROJECT_LOGO = images/logo_stim.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/Documentation/doxygen/images/logo_stim.png b/Documentation/doxygen/images/logo_stim.png new file mode 100644 index 0000000..e79a8ca Binary files /dev/null and b/Documentation/doxygen/images/logo_stim.png differ