Skip to content

Commit

Permalink
fix path mistakes in doxyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
UmbrellaLeaf5 committed Apr 11, 2024
1 parent 1c901d5 commit edaf492
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ PROJECT_BRIEF = "Проект четырёх первокурснико
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.

PROJECT_LOGO = D:/Programs/2023-2024/C++/qt/locus_no_pilotus/locus_no_pilotus/images/icon.png
PROJECT_LOGO = images/icon.png

# With the PROJECT_ICON tag one can specify an icon that is included in the tabs
# when the HTML document is shown. Doxygen will copy the logo to the output
# directory.

PROJECT_ICON = D:/Programs/2023-2024/C++/qt/locus_no_pilotus/locus_no_pilotus/images/icon.png
PROJECT_ICON = images/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
Expand Down Expand Up @@ -1108,7 +1108,7 @@ EXAMPLE_RECURSIVE = NO
# that contain images that are to be included in the documentation (see the
# \image command).

IMAGE_PATH = D:/Programs/2023-2024/C++/qt/locus_no_pilotus/locus_no_pilotus/images
IMAGE_PATH = images

# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
Expand Down

0 comments on commit edaf492

Please sign in to comment.