summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-02-09 21:17:10 +0000
committerRichard Hughes <richard@hughsie.com>2015-02-16 19:33:50 +0000
commitef72e9006e06c0bd315435a64b1157d5d71e8ae6 (patch)
treec63bbe98ab2c071f76842d03165340d549a46f03
parent2e3bfe11115873d408a58769a7f5ccfd43054a7d (diff)
downloadcolord-ef72e9006e06c0bd315435a64b1157d5d71e8ae6.tar.gz
trivial: Hide the _LAST enum from the gtk-doc scanner
-rw-r--r--lib/colorhug/ch-common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/colorhug/ch-common.h b/lib/colorhug/ch-common.h
index e2fab85..4dcd318 100644
--- a/lib/colorhug/ch-common.h
+++ b/lib/colorhug/ch-common.h
@@ -1346,6 +1346,7 @@ typedef enum {
CH_ERROR_SELF_TEST_ADC_VREF,
CH_ERROR_I2C_SLAVE_ADDRESS,
CH_ERROR_I2C_SLAVE_CONFIG,
+ /*< private >*/
CH_ERROR_LAST
} ChError;
@@ -1360,6 +1361,7 @@ typedef enum {
CH_PCB_ERRATA_NONE = 0,
CH_PCB_ERRATA_SWAPPED_LEDS = 1 << 0,
CH_PCB_ERRATA_NO_WELCOME = 1 << 1,
+ /*< private >*/
CH_PCB_ERRATA_LAST = 1 << 2
} ChPcbErrata;
@@ -1374,6 +1376,7 @@ typedef enum {
CH_DEVICE_MODE_BOOTLOADER2, /* since 1.2.3 */
CH_DEVICE_MODE_BOOTLOADER_ALS, /* since 1.2.9 */
CH_DEVICE_MODE_FIRMWARE_ALS, /* since 1.2.9 */
+ /*< private >*/
CH_DEVICE_MODE_LAST
} ChDeviceMode;