From f3106115d335e378a363a87ae22f6d7dffc7f95c Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Tue, 2 Oct 2012 17:06:20 +0000 Subject: [PATCH] elementary: fix enum docs on elm_general SVN revision: 77329 --- legacy/elementary/src/lib/elm_general.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/lib/elm_general.h b/legacy/elementary/src/lib/elm_general.h index 3946b68950..b8a7686012 100644 --- a/legacy/elementary/src/lib/elm_general.h +++ b/legacy/elementary/src/lib/elm_general.h @@ -83,6 +83,9 @@ typedef enum ELM_POLICY_LAST } Elm_Policy; /**< Elementary policy identifiers/groups enumeration. @see elm_policy_set() */ +/** + * Possible values for the #ELM_POLICY_QUIT policy + */ typedef enum { ELM_POLICY_QUIT_NONE = 0, /**< never quit the application @@ -90,14 +93,18 @@ typedef enum ELM_POLICY_QUIT_LAST_WINDOW_CLOSED /**< quit when the * application's last * window is closed */ -} Elm_Policy_Quit; /**< Possible values for the #ELM_POLICY_QUIT policy */ +} Elm_Policy_Quit; +/** + * Possible values for the #ELM_POLICY_EXIT policy. + * @since 1.8 + */ typedef enum { ELM_POLICY_EXIT_NONE = 0, /**< just quit the main loop on elm_exit() */ ELM_POLICY_EXIT_WINDOWS_DEL /**< delete all the windows after quitting * the main loop */ -} Elm_Policy_Exit; /**< Possible values for the #ELM_POLICY_EXIT policy */ +} Elm_Policy_Exit; typedef enum {