Skip to content

Commit 695e074

Browse files
committed
Updated the Doxyfile.
1 parent 7afed49 commit 695e074

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Doxyfile.in

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ FULL_PATH_NAMES = YES
128128
# If left blank the directory from which doxygen is run is used as the
129129
# path to strip.
130130

131-
STRIP_FROM_PATH = @CMAKE_CURRENT_SOURCE_DIR@/http/src/
131+
STRIP_FROM_PATH = @CMAKE_CURRENT_SOURCE_DIR@/error/src/ \
132+
@CMAKE_CURRENT_SOURCE_DIR@/uri/src/ \
133+
@CMAKE_CURRENT_SOURCE_DIR@/http/src/
132134

133135
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
134136
# the path mentioned in the documentation of a class, which tells
@@ -845,8 +847,9 @@ COLS_IN_ALPHA_INDEX = 5
845847
# The IGNORE_PREFIX tag can be used to specify one or more prefixes that
846848
# should be ignored while generating the index headers.
847849

848-
IGNORE_PREFIX = @CMAKE_CURRENT_SOURCE_DIR@/http/src/ \
849-
@CMAKE_CURRENT_SOURCE_DIR@/uri/src/
850+
IGNORE_PREFIX = @CMAKE_CURRENT_SOURCE_DIR@/error/src/ \
851+
@CMAKE_CURRENT_SOURCE_DIR@/uri/src/ \
852+
@CMAKE_CURRENT_SOURCE_DIR@/http/src/
850853

851854
#---------------------------------------------------------------------------
852855
# configuration options related to the HTML output

0 commit comments

Comments
 (0)