diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-04-30 11:36:41 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-04-30 11:36:41 -0700 |
commit | ed632e6a9b36355202cfd2eac5322664387d43c4 (patch) | |
tree | 26fcc61ebd82338e84fba9df94ccfd9a1752febd /host/docs/Doxyfile.in | |
parent | b3bfba0f3e4afedd98e330e542975db796d298b1 (diff) | |
parent | 4efa67ffcdedd68f77d8df439d433597a5744059 (diff) | |
download | uhd-ed632e6a9b36355202cfd2eac5322664387d43c4.tar.gz uhd-ed632e6a9b36355202cfd2eac5322664387d43c4.tar.bz2 uhd-ed632e6a9b36355202cfd2eac5322664387d43c4.zip |
Merge branch 'maint'
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 bca3b71d1..0f0a5cc27 100644 --- a/host/docs/Doxyfile.in +++ b/host/docs/Doxyfile.in @@ -132,7 +132,7 @@ FULL_PATH_NAMES = YES # relative paths, which will be relative from the directory where doxygen is # started. -STRIP_FROM_PATH = @CMAKE_SOURCE_DIR@ @FPGA_SUBMODULE_DIR@ +STRIP_FROM_PATH = @CMAKE_SOURCE_DIR@ @DOXYGEN_STRIP_EXTRA@ # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of # the path mentioned in the documentation of a class, which tells |