NetworkManager/tools
Thomas Haller 70d14820e6 docs: fix handling enums without explicit numeric value in "tools/enums-to-docbook.pl"
Previously, an enum that didn't explicitly specify a numeric value
would wrongly start counting at 1.

E.g.

  typedef enum {
     MY_VAL,
  } Name;

would result in documentation with MY_VAL=1.

https://bugzilla.gnome.org/show_bug.cgi?id=776848
(cherry picked from commit 36ec46e8f8)
(cherry picked from commit 26f0d68e82)
2017-01-04 09:54:45 +01:00
..
check-exports.sh tools/check-exports.sh: use ${NM} when available 2015-09-24 16:28:15 +02:00
debug-helper.py tools: move debug-helper.py from test/ to tools/ 2014-07-30 15:56:19 -04:00
enums-to-docbook.pl docs: fix handling enums without explicit numeric value in "tools/enums-to-docbook.pl" 2017-01-04 09:54:45 +01:00
Makefile.am tools: add forgotten file to dist 2016-04-23 20:26:16 +02:00
run-test-dbus-session.sh tests: fix bashism in run-test-dbus-session.sh 2016-03-03 13:45:50 +01:00
run-test-valgrind.sh platform: add network namespace support to platform 2016-03-07 12:28:13 +01:00
test-networkmanager-service.py manager: add Reload() D-Bus command 2016-06-10 11:14:38 +02:00
test-sudo-wrapper.sh nmtst: add nmtst_reexec_sudo() function 2014-06-05 18:12:57 +02:00