Files
allwpilib/wpigui/.styleguide
Peter Johnson f401ea9aae [wpigui] Remove wpiutil linkage (#3851)
It was only being used for fs::remove() (added in #3463), which is easily
replaced by std::remove().

The code change does not affect the WPILib tools, as this code is not used when JSON save files are used.
2021-12-31 07:56:31 -08:00

31 lines
478 B
Plaintext

cppHeaderFileInclude {
\.h$
}
cppSrcFileInclude {
\.cpp$
}
generatedFileExclude {
wpigui/src/main/native/cpp/portable-file-dialogs\.cpp$
wpigui/src/main/native/include/portable-file-dialogs\.h$
}
repoRootNameOverride {
wpigui
}
includeGuardRoots {
wpigui/src/main/native/cpp/
wpigui/src/main/native/include/
wpigui/src/main/native/directx11/
wpigui/src/main/native/metal/
wpigui/src/main/native/opengl3/
}
includeOtherLibs {
^imgui
^implot
^stb
}