mirror of
https://github.com/bspeice/aeron-rs
synced 2024-12-22 05:48:10 -05:00
Doc fixes
This commit is contained in:
parent
3cd0aa4f55
commit
774a9a6b30
@ -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)
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user