From 5e7ddbe11dd202d2012defa16425dad535fe5595 Mon Sep 17 00:00:00 2001 From: "C. J. Howard" Date: Wed, 6 Jan 2021 16:10:12 +0800 Subject: [PATCH] Disable FULL_PATH_NAMES in Doxyfile --- docs/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index 38e2a6d..aa9c533 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -158,7 +158,7 @@ INLINE_INHERITED_MEMB = NO # shortest path that makes the file name unique will be used # The default value is: YES. -FULL_PATH_NAMES = YES +FULL_PATH_NAMES = NO # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. # Stripping is only done if one of the specified strings matches the left-hand