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 6e07f83
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,20 @@ 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
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.

OUTPUT_DIRECTORY = D:\Programs\2023-2024\C++\qt\locus_no_pilotus\locus_no_pilotus\doxygen
OUTPUT_DIRECTORY = doxygen

# If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
# sub-directories (in 2 levels) under the output directory of each output format
Expand Down Expand Up @@ -949,7 +949,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = D:\Programs\2023-2024\C++\qt\locus_no_pilotus\locus_no_pilotus
INPUT = .

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down Expand Up @@ -1054,11 +1054,11 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.

EXCLUDE = D:\Programs\2023-2024\C++\qt\locus_no_pilotus\locus_no_pilotus\icecream-cpp \
D:\Programs\2023-2024\C++\qt\locus_no_pilotus\locus_no_pilotus\build \
D:\Programs\2023-2024\C++\qt\locus_no_pilotus\locus_no_pilotus\qcustomplot \
D:\Programs\2023-2024\C++\qt\locus_no_pilotus\locus_no_pilotus\.vscode \
D:\Programs\2023-2024\C++\qt\locus_no_pilotus\locus_no_pilotus\.git
EXCLUDE = icecream-cpp \
build \
qcustomplot \
.vscode \
.git

# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
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 6e07f83

Please sign in to comment.