mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
35 lines
375 B
Plaintext
35 lines
375 B
Plaintext
cHeaderFileInclude {
|
|
_c\.h$
|
|
}
|
|
|
|
cppHeaderFileInclude {
|
|
(?<!_c)\.h$
|
|
\.inc$
|
|
\.inl$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
generatedFileExclude {
|
|
ntcore/doc/
|
|
}
|
|
|
|
repoRootNameOverride {
|
|
ntcore
|
|
}
|
|
|
|
includeGuardRoots {
|
|
ntcore/src/main/native/cpp/
|
|
ntcore/src/main/native/include/
|
|
ntcore/src/test/native/cpp/
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^fmt/
|
|
^support/
|
|
^wpi/
|
|
^wpinet/
|
|
}
|