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

Commit

Permalink
docs: include sol-netctl on comms group
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Dilly <[email protected]>
  • Loading branch information
bdilly committed Jul 20, 2016
1 parent 0ac9d46 commit 7daedfe
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/lib/comms/include/sol-netctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,20 @@
extern "C" {
#endif

/**
* @file
* @brief Routines to manage connections.
*/

/**
* @defgroup NetCtl NetCtl
* @ingroup Comms
*
* API that should be used to manage device connections.
*
* @{
*/

/**
* @typedef sol_netctl_service
*
Expand Down Expand Up @@ -505,6 +519,10 @@ const char *sol_netctl_service_state_to_str(enum sol_netctl_service_state state)
#endif
;

/**
* @}
*/

#ifdef __cplusplus
}
#endif

0 comments on commit 7daedfe

Please sign in to comment.