Skip to content

Commit 3441c14

Browse files
authored
Docs - Strip Read the Docs dir from doxygen path (#1422)
1 parent b866e80 commit 3441c14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/doxygen/Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ FULL_PATH_NAMES = YES
184184
# will be relative from the directory where doxygen is started.
185185
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
186186

187-
STRIP_FROM_PATH =
187+
STRIP_FROM_PATH = /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-mivisionx/checkouts/
188188

189189
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
190190
# path mentioned in the documentation of a class, which tells the reader which
@@ -193,7 +193,7 @@ STRIP_FROM_PATH =
193193
# specify the list of include paths that are normally passed to the compiler
194194
# using the -I flag.
195195

196-
STRIP_FROM_INC_PATH =
196+
STRIP_FROM_INC_PATH = /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-mivisionx/checkouts/
197197

198198
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
199199
# less readable) file names. This can be useful is your file systems doesn't

0 commit comments

Comments
 (0)