better doc
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
# Cahier des charges
|
||||

|
||||

|
||||
|
||||
# Build ⚙️
|
||||
|
||||
|
||||
4
doxyfile
4
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
|
||||
|
||||
|
Before Width: | Height: | Size: 809 KiB After Width: | Height: | Size: 809 KiB |
Reference in New Issue
Block a user