mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 14:40:21 +01:00
build: fix breakage of enums-to-docbook.pl script for NMCapability enum
GEN nm-dbus-types.xml
Documentation for value '*' missing at ../tools/enums-to-docbook.pl line 134, <> line 95.
Makefile:1579: recipe for target 'nm-dbus-types.xml' failed
Fixes: 93a753e311
This commit is contained in:
parent
0e96d23733
commit
e152eea218
1 changed files with 7 additions and 7 deletions
|
|
@ -88,14 +88,14 @@
|
|||
* @NM_CAPABILITY_TEAM: Teams can be managed
|
||||
*
|
||||
* #NMCapability names the numbers in the Capabilities property.
|
||||
**/
|
||||
* Capabilities are positive numbers. They are part of stable API
|
||||
* and a certain capability number is guaranteed not to change.
|
||||
*
|
||||
* The range 0x7000 - 0x7FFF of capabilities is guaranteed not to be
|
||||
* used by upstream NetworkManager. It could thus be used for downstream
|
||||
* extensions.
|
||||
*/
|
||||
typedef enum {
|
||||
/* Capabilities are positive numbers. They are part of stable API
|
||||
* and a certain capability number is guaranteed not to change.
|
||||
*
|
||||
* The range 0x7000 - 0x7FFF of capabilities is guaranteed not to be
|
||||
* used by upstream NetworkManager. It could thus be used for downstream
|
||||
* extensions. */
|
||||
NM_CAPABILITY_TEAM = 1,
|
||||
} NMCapability;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue