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

@@ -26,7 +26,10 @@
#include "wpi/mutex.h"
#include "wpi/raw_ostream.h"
/** WPILib C++ utilities (wpiutil) namespace */
namespace wpi {
/** Java Native Interface (JNI) utility functions */
namespace java {
// Gets a Java stack trace. Also provides the last function