summaryrefslogtreecommitdiff
path: root/endless/eosenums.h
diff options
context:
space:
mode:
Diffstat (limited to 'endless/eosenums.h')
-rw-r--r--endless/eosenums.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/endless/eosenums.h b/endless/eosenums.h
index 88df444..873213d 100644
--- a/endless/eosenums.h
+++ b/endless/eosenums.h
@@ -10,17 +10,23 @@
/* Shared typedefs for enumerations */
/**
- * SECTION:eosenum
+ * SECTION:enums
* @Short_description: Public enumerated types used throughout the Endless SDK
* @Title: Standard Enumerations
+ *
+ * Public enumerated types used throughout the Endless SDK.
*/
/**
* EosActionButtonSize:
+ * @EOS_ACTION_BUTTON_SIZE_PRIMARY: size for primary buttons
+ * @EOS_ACTION_BUTTON_SIZE_SECONDARY: size for secondary buttons
+ * @EOS_ACTION_BUTTON_SIZE_TERTIARY: size for tertiary buttons
+ * @EOS_ACTION_BUTTON_SIZE_QUATERNARY: size for quaternary buttons
+ * @EOS_ACTION_BUTTON_SIZE_NUM_SIZES: total number of sizes
*
- * Built-in sizes for @EosActionButton
+ * Built-in sizes for internal action buttons.
*/
-
typedef enum
{
EOS_ACTION_BUTTON_SIZE_PRIMARY = 0,