diff --git a/README.md b/README.md index 39971e0..1ee853a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Cahier des charges -![imagecdc](PeiP2_MAM-INFO_projet_02.jpg) +![imagecdc](projet.jpg) # Build ⚙️ diff --git a/doxyfile b/doxyfile index 52e92b3..349bdc5 100644 --- a/doxyfile +++ b/doxyfile @@ -60,7 +60,7 @@ PROJECT_BRIEF = "Solutionneur de matrice par le pivot de Gauss" # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = +PROJECT_LOGO = "icon.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 @@ -1341,7 +1341,7 @@ HTML_EXTRA_STYLESHEET = doc/doxygen-awesome-css/doxygen-awesome.css \ # files will be copied as-is; there are no commands or markers available. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_FILES = +HTML_EXTRA_FILES = "icon.png" "projet.jpg" # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen # will adjust the colors in the style sheet and background images according to diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..7310a87 Binary files /dev/null and b/icon.png differ diff --git a/PeiP2_MAM-INFO_projet_02.jpg b/projet.jpg similarity index 100% rename from PeiP2_MAM-INFO_projet_02.jpg rename to projet.jpg