Skip to content

Commit

Permalink
core: @warning doesn't seem to be understood yet
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Apr 26, 2018
1 parent 84e91ab commit 95af38b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/dronecore.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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).
Expand Down

3 comments on commit 95af38b

@hamishwillee
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@julianoes I know, I was going to use this as a test case :-) I'll add it as a post-process

@hamishwillee
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, and thanks for fixing this!

@julianoes
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to revert this commit once it's in.

Please sign in to comment.