From 4349b1f6a291c408782c77bdad01991755932f8f Mon Sep 17 00:00:00 2001 From: Martin Ling Date: Sun, 2 Feb 2020 10:51:47 +0000 Subject: [PATCH] Formatting fix for example descriptions. --- libserialport.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libserialport.h b/libserialport.h index 45dadc5..7467f74 100644 --- a/libserialport.h +++ b/libserialport.h @@ -1816,8 +1816,8 @@ SP_API const char *sp_get_lib_version_string(void); * @example port_info.c Getting information on a particular serial port. * @example port_config.c Accessing configuration settings of a port. * @example send_receive.c Sending and receiving data. - * @example await_events.c - Awaiting events on multiple ports. - * @example handle_errors.c - Handling errors returned from the library. + * @example await_events.c Awaiting events on multiple ports. + * @example handle_errors.c Handling errors returned from the library. */ #ifdef __cplusplus