From 8426569f5c6ee954c5f0345351bd8239725a8fee Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 5 May 2016 16:32:37 -0700 Subject: doxygen/cmake: Allow Doxygen to use shorter filenames This fixes cases where automatic builds fail on operating systems with character limits in paths, such as Windows. --- host/docs/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/docs/Doxyfile.in') 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 -- cgit v1.2.3