From b077dc7c6dd1e436a1cd4413816031b2febfcbb3 Mon Sep 17 00:00:00 2001 From: Mathew Sutcliffe Date: Sat, 21 Jun 2014 22:56:17 +0100 Subject: [PATCH] refs #272 tell doxygen not to look in libxplanemp, because it would not like what it would see there --- docs/Doxyfile.qmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Doxyfile.qmake b/docs/Doxyfile.qmake index 0d7e62506..f6eefef88 100644 --- a/docs/Doxyfile.qmake +++ b/docs/Doxyfile.qmake @@ -804,7 +804,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = +EXCLUDE = $(DOXY_SRC_ROOT)/xbus/libxplanemp # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded