Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
docs: mark experimental API
Browse files Browse the repository at this point in the history
Some libs should be considered experimental since
we're expecting a few changes in future releases.

Signed-off-by: Bruno Dilly <[email protected]>
  • Loading branch information
bdilly committed Jul 20, 2016
1 parent 7daedfe commit 467b925
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/comms/include/sol-bluetooth.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ extern "C" {
*
* @brief API to handle Bluetooth technology communications.
*
* @warning Experimental API. Changes are expected in future releases.
*
* @{
*/
Expand Down
1 change: 1 addition & 0 deletions src/lib/comms/include/sol-gatt.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ extern "C" {
*
* @brief API to handle the GATT protocol.
*
* @warning Experimental API. Changes are expected in future releases.
*
* @{
*/
Expand Down
2 changes: 2 additions & 0 deletions src/lib/comms/include/sol-lwm2m.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ extern "C" {
* - Data encryption.
* - Access rights.
*
* @warning Experimental API. Changes are expected in future releases.
*
* @{
*/

Expand Down
2 changes: 2 additions & 0 deletions src/lib/comms/include/sol-mavlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ extern "C" {
* small unmanned vehicles. It is designed as a header-only message marshaling
* library.
*
* @warning Experimental API. Changes are expected in future releases.
*
* @{
*/

Expand Down
2 changes: 2 additions & 0 deletions src/lib/comms/include/sol-netctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ extern "C" {
*
* API that should be used to manage device connections.
*
* @warning Experimental API. Changes are expected in future releases.
*
* @{
*/

Expand Down

0 comments on commit 467b925

Please sign in to comment.