mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[docs] Generate docs for symbols in __cplusplus (#5412)
This commit is contained in:
@@ -209,10 +209,9 @@ inline std::span<WPI_Handle> WaitForObjects(
|
||||
* Sets up signaling for an arbitrary handle. With this function, any handle
|
||||
* can operate like an event handle.
|
||||
*
|
||||
* @param handle handle
|
||||
* @param handle Event handle
|
||||
* @param manualReset true for manual reset, false for automatic reset
|
||||
* @param initialState true to make the handle initially in signaled state
|
||||
* @return Event handle
|
||||
*/
|
||||
void CreateSignalObject(WPI_Handle handle, bool manualReset = false,
|
||||
bool initialState = false);
|
||||
|
||||
Reference in New Issue
Block a user