diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-12-11 21:57:44 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-12-11 22:12:13 +0100 |
commit | 07c4e95ac96e6a810a1fbfdc3277b8d11aab34dd (patch) | |
tree | ffeedc2a4254a3d2a4b3d2c4e89d6bd7ad3eba99 | |
parent | b094fe442764a45e46df77176b697177a4d62f91 (diff) |
api,enums: minor alignment fix in comments
-rw-r--r-- | include/ModemManager-enums.h | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/include/ModemManager-enums.h b/include/ModemManager-enums.h index 6011f2d0..764f5277 100644 --- a/include/ModemManager-enums.h +++ b/include/ModemManager-enums.h @@ -1730,15 +1730,15 @@ typedef enum { /*< underscore_name=mm_modem_3gpp_packet_service_state >*/ } MMModem3gppPacketServiceState; /** -* MMSimType: -* @MM_SIM_TYPE_UNKNOWN: SIM type is not known. -* @MM_SIM_TYPE_PHYSICAL: SIM is a pysical SIM. -* @MM_SIM_TYPE_ESIM: SIM is a ESIM. -* -* SIM type indicating whether ESIM or not -* -* Since: 1.20 -*/ + * MMSimType: + * @MM_SIM_TYPE_UNKNOWN: SIM type is not known. + * @MM_SIM_TYPE_PHYSICAL: SIM is a pysical SIM. + * @MM_SIM_TYPE_ESIM: SIM is a ESIM. + * + * SIM type indicating whether ESIM or not + * + * Since: 1.20 + */ typedef enum { /*< underscore_name=mm_sim_type >*/ MM_SIM_TYPE_UNKNOWN = 0, MM_SIM_TYPE_PHYSICAL = 1, @@ -1746,15 +1746,15 @@ typedef enum { /*< underscore_name=mm_sim_type >*/ } MMSimType; /** -* MMSimEsimStatus: -* @MM_SIM_ESIM_STATUS_UNKNOWN: ESIM status unknown. -* @MM_SIM_ESIM_STATUS_NO_PROFILES: ESIM with no profiles. -* @MM_SIM_ESIM_STATUS_WITH_PROFILES: ESIM with profiles. -* -* Status of the profiles for ESIM -* -* Since: 1.20 -*/ + * MMSimEsimStatus: + * @MM_SIM_ESIM_STATUS_UNKNOWN: ESIM status unknown. + * @MM_SIM_ESIM_STATUS_NO_PROFILES: ESIM with no profiles. + * @MM_SIM_ESIM_STATUS_WITH_PROFILES: ESIM with profiles. + * + * Status of the profiles for ESIM + * + * Since: 1.20 + */ typedef enum { /*< underscore_name=mm_sim_esim_status >*/ MM_SIM_ESIM_STATUS_UNKNOWN = 0, MM_SIM_ESIM_STATUS_NO_PROFILES = 1, @@ -1762,15 +1762,15 @@ typedef enum { /*< underscore_name=mm_sim_esim_status >*/ } MMSimEsimStatus; /** -* MMSimRemovability: -* @MM_SIM_REMOVABILITY_UNKNOWN: SIM removability not known. -* @MM_SIM_REMOVABILITY_REMOVABLE: SIM is a removable SIM. -* @MM_SIM_REMOVABILITY_NOT_REMOVABLE: SIM is not a removable SIM. -* -* Respresents SIM removability of the current SIM. -* -* Since: 1.20 -*/ + * MMSimRemovability: + * @MM_SIM_REMOVABILITY_UNKNOWN: SIM removability not known. + * @MM_SIM_REMOVABILITY_REMOVABLE: SIM is a removable SIM. + * @MM_SIM_REMOVABILITY_NOT_REMOVABLE: SIM is not a removable SIM. + * + * Respresents SIM removability of the current SIM. + * + * Since: 1.20 + */ typedef enum { /*< underscore_name=mm_sim_removability >*/ MM_SIM_REMOVABILITY_UNKNOWN = 0, MM_SIM_REMOVABILITY_REMOVABLE = 1, |