mirror of
https://github.com/bspeice/aeron-rs
synced 2025-07-01 13:56:07 -04:00
Doc fixes
This commit is contained in:
@ -38,8 +38,8 @@ define_enum!(
|
|||||||
);
|
);
|
||||||
|
|
||||||
define_enum!(
|
define_enum!(
|
||||||
#[doc = "Command codes used when interacting with the Media Driver"],
|
#[doc = "Error codes used by the Media Driver control protocol"],
|
||||||
AeronErrorCode, [
|
AeronControlErrorCode, [
|
||||||
(GenericError, AERON_ERROR_CODE_GENERIC_ERROR)
|
(GenericError, AERON_ERROR_CODE_GENERIC_ERROR)
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user