mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
ntcore_cpp.h: Comment cleanup.
This commit is contained in:
@@ -78,10 +78,6 @@ struct RpcDefinition {
|
||||
*
|
||||
* @param name entry name (UTF-8 string)
|
||||
* @return entry value
|
||||
*
|
||||
* It is the caller's responsibility to free value once it's no longer
|
||||
* needed (the utility function NT_DisposeValue() is useful for this
|
||||
* purpose).
|
||||
*/
|
||||
std::shared_ptr<Value> GetEntryValue(StringRef name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user