Skip to content

Commit c82be3f

Browse files
committed
Add 6.0.1 tag to doxygen
1 parent e3544f9 commit c82be3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Sabberworm/PHP-CSS-Parser"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "6.0.0"
41+
PROJECT_NUMBER = "6.0.1"
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a
@@ -152,7 +152,7 @@ FULL_PATH_NAMES = YES
152152
# will be relative from the directory where doxygen is started.
153153
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
154154

155-
STRIP_FROM_PATH =
155+
STRIP_FROM_PATH = ./lib
156156

157157
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
158158
# path mentioned in the documentation of a class, which tells the reader which

0 commit comments

Comments
 (0)