diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-05-06 11:02:54 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-05-06 11:02:54 -0700 |
commit | 30c3a9f0d5ef628855b9cbd0c68b6a92f238e03b (patch) | |
tree | 3284367df76378c768f296019ebce3e724f86b4b /host/docs/Doxyfile.in | |
parent | 8e1f759a4ce3a5a00c5087daa5fc6dd25ceed74c (diff) | |
parent | 8426569f5c6ee954c5f0345351bd8239725a8fee (diff) | |
download | uhd-30c3a9f0d5ef628855b9cbd0c68b6a92f238e03b.tar.gz uhd-30c3a9f0d5ef628855b9cbd0c68b6a92f238e03b.tar.bz2 uhd-30c3a9f0d5ef628855b9cbd0c68b6a92f238e03b.zip |
Merge branch 'maint'
Conflicts:
host/CMakeLists.txt
host/lib/usrp/b200/b200_impl.cpp
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 8aa6299ae..d230352d4 100644 --- a/host/docs/Doxyfile.in +++ b/host/docs/Doxyfile.in @@ -147,7 +147,7 @@ STRIP_FROM_INC_PATH = @CMAKE_SOURCE_DIR@/include # (but less readable) file names. This can be useful if your file system # doesn't support long names like on DOS, Mac, or CD-ROM. -SHORT_NAMES = NO +SHORT_NAMES = @DOXYGEN_SHORT_NAMES@ # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen # will interpret the first line (until the first dot) of a JavaDoc-style |