mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
[docs] Build with JavaDoc 17 and add missing docs (#6220)
Co-authored-by: Sam Carlberg <sam.carlberg@gmail.com>
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
|
||||
namespace nt {
|
||||
|
||||
/**
|
||||
* Helper class for building Sendable dashboard representations for
|
||||
* NetworkTables.
|
||||
*/
|
||||
class NTSendableBuilder : public wpi::SendableBuilder {
|
||||
public:
|
||||
/**
|
||||
|
||||
@@ -396,6 +396,7 @@ class Publisher {
|
||||
Publisher() = default;
|
||||
explicit Publisher(NT_Publisher handle) : m_pubHandle{handle} {}
|
||||
|
||||
/// NetworkTables handle.
|
||||
NT_Publisher m_pubHandle{0};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user