Skip to content

Commit

Permalink
A few more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Feb 22, 2025
1 parent 3090fe8 commit 9e8818a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wpilibc/src/main/native/include/frc/PneumaticHub.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ class PneumaticHub : public PneumaticsBase {
/**
* Constructs a PneumaticHub.
*
* @param busId The bus ID.
* @param module module number to construct
*/
explicit PneumaticHub(int busId, int module);
PneumaticHub(int busId, int module);

~PneumaticHub() override = default;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class PneumaticsControlModule : public PneumaticsBase {
/**
* Constructs a PneumaticsControlModule.
*
* @param busId The bus ID.
* @param module module number to construct
*/
PneumaticsControlModule(int busId, int module);
Expand Down

0 comments on commit 9e8818a

Please sign in to comment.