Skip to content

Commit ad97d16

Browse files
committed
Update .doxygen.txt
1 parent 7ab3dbd commit ad97d16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.doxygen.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project related configuration options
33
#---------------------------------------------------------------------------
44

5-
PROJECT_NAME = "xtd.tunit - Reference Guide"
5+
PROJECT_NAME = "tunit - Reference Guide"
66
PROJECT_NUMBER = 1.0.0
77
PROJECT_BRIEF = "Modern c++17 unit testing framework on Windows, macOS, Linux, iOS and android."
88
PROJECT_LOGO = docs/pictures/tunit_doxygen1.png
@@ -30,7 +30,7 @@ ARN_LOGFILE = doxygen_warnings.txt
3030
# Configuration options related to the input files
3131
#---------------------------------------------------------------------------
3232

33-
INPUT = src/xtd_tunit/include
33+
INPUT = src/tunit/include
3434
RECURSIVE = YES
3535
EXCLUDE_PATTERNS = __*.*
3636
EXAMPLE_PATH = examples

0 commit comments

Comments
 (0)