Add Doxygen comments for namespaces (#1245)

This commit is contained in:
Peter Johnson
2018-07-29 12:49:28 -07:00
committed by GitHub
parent 00c2cd7dab
commit 9408fd5176
6 changed files with 11 additions and 4 deletions

View File

@@ -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