mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
Remove eigen, units and libuv from doxygen generation (#1898)
This commit is contained in:
committed by
Peter Johnson
parent
c5812524f8
commit
680f8919ed
@@ -44,6 +44,13 @@ doxygen {
|
||||
source it.source
|
||||
}
|
||||
|
||||
exclude 'Eigen/**'
|
||||
exclude 'unsupported/**'
|
||||
exclude 'units/**'
|
||||
exclude 'uv.h'
|
||||
exclude 'uv/**'
|
||||
|
||||
|
||||
extension_mapping 'inc=C++'
|
||||
project_name 'WPILibC++'
|
||||
project_number wpilibVersioning.version.get()
|
||||
|
||||
Reference in New Issue
Block a user