diff options
author | Martin Braun <martin.braun@ettus.com> | 2022-02-10 10:52:19 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-02-11 07:46:09 -0600 |
commit | d64418648621af089577c8a3cefae951ce32efa0 (patch) | |
tree | 2e107847914bdf84fd5901c7e586531f27fcdd73 /host/docs/Doxyfile.in | |
parent | 59e35418ea5e6a0383e124425829e3de7dfa3237 (diff) | |
download | uhd-d64418648621af089577c8a3cefae951ce32efa0.tar.gz uhd-d64418648621af089577c8a3cefae951ce32efa0.tar.bz2 uhd-d64418648621af089577c8a3cefae951ce32efa0.zip |
docs: Remove full path names from Doxygen generation
The full path names can cause non-reproducible builds, because they
include the build directory.
Diffstat (limited to 'host/docs/Doxyfile.in')
-rw-r--r-- | host/docs/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/Doxyfile.in b/host/docs/Doxyfile.in index adb9999c9..fef2b8c0e 100644 --- a/host/docs/Doxyfile.in +++ b/host/docs/Doxyfile.in @@ -153,7 +153,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 |