mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Add Doxygen comments for namespaces (#1245)
This commit is contained in:
@@ -19,6 +19,7 @@ static_assert(0, "Visual Studio 2015 or greater required.");
|
||||
|
||||
#define DEFAULT_MOVE_CONSTRUCTOR(ClassName) ClassName(ClassName&&) = default
|
||||
|
||||
/** WPILib FRC namespace */
|
||||
namespace frc {
|
||||
|
||||
// A struct to use as a deleter when a std::shared_ptr must wrap a raw pointer
|
||||
|
||||
Reference in New Issue
Block a user