diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2014-04-10 11:43:25 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2014-04-10 11:43:25 -0700 |
commit | bed8b9a3a7cbacc9ccfc27263585fbb93365721f (patch) | |
tree | 9b0adfe136f08e48e6eaa44ffa5de4d160a802dd | |
parent | a6a119d353db18f38787d6cc3cb4a8e55faf8a0f (diff) | |
download | uhd-bed8b9a3a7cbacc9ccfc27263585fbb93365721f.tar.gz uhd-bed8b9a3a7cbacc9ccfc27263585fbb93365721f.tar.bz2 uhd-bed8b9a3a7cbacc9ccfc27263585fbb93365721f.zip |
doxygen: readded removed STRIP_FROM_INC_PATH patch for correct include paths
-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 bf862c0c2..d48e50fc4 100644 --- a/host/docs/Doxyfile.in +++ b/host/docs/Doxyfile.in @@ -141,7 +141,7 @@ STRIP_FROM_PATH = @CMAKE_SOURCE_DIR@ # definition is used. Otherwise one should specify the include paths that # are normally passed to the compiler using the -I flag. -STRIP_FROM_INC_PATH = +STRIP_FROM_INC_PATH = @CMAKE_SOURCE_DIR@/include # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter # (but less readable) file names. This can be useful if your file system |