File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,9 @@ FULL_PATH_NAMES = YES
128
128
# If left blank the directory from which doxygen is run is used as the
129
129
# path to strip.
130
130
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/
132
134
133
135
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
134
136
# the path mentioned in the documentation of a class, which tells
@@ -845,8 +847,9 @@ COLS_IN_ALPHA_INDEX = 5
845
847
# The IGNORE_PREFIX tag can be used to specify one or more prefixes that
846
848
# should be ignored while generating the index headers.
847
849
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/
850
853
851
854
#---------------------------------------------------------------------------
852
855
# configuration options related to the HTML output
You can’t perform that action at this time.
0 commit comments