From 95af38b5d79fd5a448007ab634f30f3854b3887e Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Thu, 26 Apr 2018 08:55:32 -0400 Subject: [PATCH] core: @warning doesn't seem to be understood yet --- core/dronecore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/dronecore.h b/core/dronecore.h index 63baa7ccef..03468eea82 100644 --- a/core/dronecore.h +++ b/core/dronecore.h @@ -54,7 +54,7 @@ class DroneCore * Default URL : udp://:14540. * - Default Bind host IP is localhost(127.0.0.1) * - * @warning Serial connections are not supported on Windows (they are supported on Linux and macOS). + * Warning: serial connections are not supported on Windows (they are supported on Linux and macOS). * * @param connection_url connection URL string. * @return The result of adding the connection. @@ -83,7 +83,7 @@ class DroneCore * @brief Adds a serial connection with a specific port (COM or UART dev node) and baudrate as specified. * * - * @warning This method is not supported on Windows (it is supported on Linux and macOS). + * Warning: this method is not supported on Windows (it is supported on Linux and macOS). * * @param dev_path COM or UART dev node name/path (defaults to "/dev/ttyS0"). * @param baudrate Baudrate of the serial port (defaults to 57600).