1
0
mirror of https://github.com/bspeice/aeron-rs synced 2024-12-22 05:48:10 -05:00

Doc fixes

This commit is contained in:
Bradlee Speice 2019-09-25 00:24:42 -04:00
parent 3cd0aa4f55
commit 774a9a6b30

View File

@ -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)
] ]
); );