The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

doc: Strip correct doc path from files

+1 -1
+1 -1
doc/Doxyfile.meson.in
··· 13 13 EXCLUDE = @SRCDIR@/src/external \ 14 14 @BUILDDIR@ 15 15 STRIP_FROM_PATH = @SRCDIR@/src/xrt \ 16 - @SRCDIR@ 16 + @SRCDIR@/doc 17 17 18 18 19 19 PREDEFINED = VK_USE_PLATFORM_XCB_KHR \