summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-08-06 19:46:07 -0500
committerDan Williams <dcbw@redhat.com>2012-08-06 19:53:40 -0500
commit5deecdb871f02e081836f024ca9ff38236707ca7 (patch)
treea99bc6828ad80f0518e275ea4e0d46c5e6899033 /include
parentba59beb636a8bd5d58115375926476fa05fd7e6c (diff)
downloadNetworkManager-5deecdb871f02e081836f024ca9ff38236707ca7.tar.gz
docs: remove gtkdoc flags directives for NetworkManager.h
They aren't in the right place anyway (they need to be after the 'enum' and before the '{') and they aren't consistently used. We'll add them back later for everything if we need them.
Diffstat (limited to 'include')
-rw-r--r--include/NetworkManager.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/NetworkManager.h b/include/NetworkManager.h
index 6445751054..bb67b8f7a5 100644
--- a/include/NetworkManager.h
+++ b/include/NetworkManager.h
@@ -139,7 +139,6 @@ typedef enum {
* General device capability flags.
**/
typedef enum {
- /*< flags >*/
NM_DEVICE_CAP_NONE = 0x00000000,
NM_DEVICE_CAP_NM_SUPPORTED = 0x00000001,
NM_DEVICE_CAP_CARRIER_DETECT = 0x00000002
@@ -160,7 +159,6 @@ typedef enum {
* 802.11 specific device encryption and authentication capabilities.
**/
typedef enum {
- /*< flags >*/
NM_WIFI_DEVICE_CAP_NONE = 0x00000000,
NM_WIFI_DEVICE_CAP_CIPHER_WEP40 = 0x00000001,
NM_WIFI_DEVICE_CAP_CIPHER_WEP104 = 0x00000002,
@@ -181,7 +179,6 @@ typedef enum {
* 802.11 access point flags.
**/
typedef enum {
- /*< flags >*/
NM_802_11_AP_FLAGS_NONE = 0x00000000,
NM_802_11_AP_FLAGS_PRIVACY = 0x00000001
} NM80211ApFlags;
@@ -212,7 +209,6 @@ typedef enum {
* access point's beacon.
**/
typedef enum {
- /*< flags >*/
NM_802_11_AP_SEC_NONE = 0x00000000,
NM_802_11_AP_SEC_PAIR_WEP40 = 0x00000001,
NM_802_11_AP_SEC_PAIR_WEP104 = 0x00000002,
@@ -250,7 +246,6 @@ typedef enum {
* Bluetooth device.
**/
typedef enum {
- /*< flags >*/
NM_BT_CAPABILITY_NONE = 0x00000000,
NM_BT_CAPABILITY_DUN = 0x00000001,
NM_BT_CAPABILITY_NAP = 0x00000002,
@@ -273,7 +268,6 @@ typedef enum {
* API.
**/
typedef enum {
- /*< flags >*/
NM_DEVICE_MODEM_CAPABILITY_NONE = 0x00000000,
NM_DEVICE_MODEM_CAPABILITY_POTS = 0x00000001,
NM_DEVICE_MODEM_CAPABILITY_CDMA_EVDO = 0x00000002,