From: Evgeni Golov Date: Sat, 27 Aug 2016 10:14:53 +0000 (+0200) Subject: set FULL_PATH_NAMES=NO in doc/api/Doxyfile X-Git-Tag: lxc-2.1.0~336^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1157%2Fhead;p=thirdparty%2Flxc.git 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 --- 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