mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Exclude FSUIPC from Doxygen
This commit is contained in:
committed by
Mathew Sutcliffe
parent
2093d9def2
commit
a7bd53aaee
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user