From fef509cbc52756b7f74709cadef0b0131ec81ce9 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Sat, 27 Aug 2016 12:14:53 +0200 Subject: [PATCH] set FULL_PATH_NAMES=NO in doc/api/Doxyfile otherwise the generated docs have the full build path in them and nonbody cares that the files were built in /build/lxc-_BVY2u/lxc-2.0.4/src/lxc/ Signed-off-by: Evgeni Golov --- doc/api/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/Doxyfile b/doc/api/Doxyfile index e6ada00f2..59180f817 100644 --- a/doc/api/Doxyfile +++ b/doc/api/Doxyfile @@ -130,7 +130,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