Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 860565f

Browse files
author
matde-je
committed
testing action doxygen
1 parent e4a651d commit 860565f

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

doxyfiles/Doxyfile

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -943,14 +943,7 @@ WARN_LOGFILE =
943943
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
944944
# Note: If this tag is empty the current directory is searched.
945945

946-
INPUT = \
947-
digital_cluster/src/ \
948-
digital_cluster/README.md \
949-
digital_cluster/include/ \
950-
digital_cluster/test/ \
951-
ADR/ \
952-
digital_cluster/results/ \
953-
doxyfile_readme.md \
946+
INPUT = ../.
954947

955948
# This tag can be used to specify the character encoding of the source files
956949
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -1061,8 +1054,8 @@ EXAMPLE_RECURSIVE = NO
10611054
# that contain images that are to be included in the documentation (see the
10621055
# \image command).
10631056

1064-
IMAGE_PATH = ADR \
1065-
digital_cluster/results/ \
1057+
IMAGE_PATH = ../ADR \
1058+
../digital_cluster/results/ \
10661059

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

0 commit comments

Comments
 (0)