From a7bd53aaee3321ae31e04ca93873d8bbbc3074f2 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Wed, 28 Jun 2017 00:14:48 +0200 Subject: [PATCH] Exclude FSUIPC from Doxygen --- docs/Doxyfile.qmake | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/Doxyfile.qmake b/docs/Doxyfile.qmake index afa44d56d..d77c43782 100644 --- a/docs/Doxyfile.qmake +++ b/docs/Doxyfile.qmake @@ -802,8 +802,10 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = $(DOXY_SRC_ROOT)/src/xswiftbus/libxplanemp \ - $(DOXY_SRC_ROOT)/src/plugins/weatherdata/gfs/g2clib +EXCLUDE = $(DOXY_SRC_ROOT)/src/xswiftbus/libxplanemp \ + $(DOXY_SRC_ROOT)/src/plugins/simulator/fsuipc32 \ + $(DOXY_SRC_ROOT)/src/plugins/simulator/fsuipc64 \ + $(DOXY_SRC_ROOT)/src/plugins/weatherdata/gfs/g2clib # 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