mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 06:00:32 +01:00
libnm-core/docs: add/fix missing descriptions
This commit is contained in:
parent
360d5037a4
commit
9ec9e4e72a
2 changed files with 9 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
#include "nm-utils.h"
|
||||
|
||||
/**
|
||||
* SECTION:nm-setting-tunnel
|
||||
* SECTION:nm-setting-ip-tunnel
|
||||
* @short_description: Describes connection properties for IP tunnel devices
|
||||
**/
|
||||
|
||||
|
|
|
|||
|
|
@ -29,6 +29,14 @@
|
|||
#include "nm-utils-private.h"
|
||||
#include "nm-setting-private.h"
|
||||
|
||||
/**
|
||||
* SECTION:nm-setting-olpc-mesh
|
||||
* @short_description: Describes connection properties for OLPC-Mesh devices
|
||||
*
|
||||
* The #NMSettingOlpcMesh object is a #NMSetting subclass that describes properties
|
||||
* necessary for connection to OLPC-Mesh devices.
|
||||
**/
|
||||
|
||||
static void nm_setting_olpc_mesh_init (NMSettingOlpcMesh *setting);
|
||||
|
||||
G_DEFINE_TYPE_WITH_CODE (NMSettingOlpcMesh, nm_setting_olpc_mesh, NM_TYPE_SETTING,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue