@@ -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