diff options
author | Sumit Bose <sbose@redhat.com> | 2014-08-29 10:44:00 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-09-02 14:33:05 +0200 |
commit | 316ff9ad6f959443ddadd54e9fe9ebf6c8052214 (patch) | |
tree | cfd6e1bc1bceb138a1c1ce926021cb15b9054054 /src | |
parent | 68b608d90c716c1aa475bfcb29141bcc6286fe37 (diff) | |
download | sssd-316ff9ad6f959443ddadd54e9fe9ebf6c8052214.tar.gz sssd-316ff9ad6f959443ddadd54e9fe9ebf6c8052214.tar.xz sssd-316ff9ad6f959443ddadd54e9fe9ebf6c8052214.zip |
Doxygen: replace <pre> with markdown table
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/sss_client/sss_cli.h | 28 |
1 files changed, 10 insertions, 18 deletions
diff --git a/src/sss_client/sss_cli.h b/src/sss_client/sss_cli.h index 16a08e186..a0c635f72 100644 --- a/src/sss_client/sss_cli.h +++ b/src/sss_client/sss_cli.h @@ -354,12 +354,9 @@ enum sss_status { * * Examples: * - #SSS_PAM_ENV_ITEM, - * <pre> - * ------------------------------------ - * | uint32_t | uint32_t | uint8_t[4] | - * | 0x03 | 0x04 | a=b\\0 | - * ------------------------------------ - * </pre> + uint32_t | uint32_t | uint8_t[4] + ----------|----------|------------ + 0x03 | 0x04 | a=b\\0 * @{ */ @@ -408,19 +405,14 @@ enum response_type { * * Examples: * - #SSS_PAM_USER_INFO_OFFLINE_CHPASS - * <pre> - * ---------------------------------- - * | uint32_t | uint32_t | uint32_t | - * | 0x06 | 0x01 | 0x03 | - * ---------------------------------- - * </pre> + * uint32_t | uint32_t | uint32_t + * ----------|----------|---------- + * 0x06 | 0x01 | 0x03 + * * - #SSS_PAM_USER_INFO_CHPASS_ERROR - * <pre> - * ---------------------------------------------------------- - * | uint32_t | uint32_t | uint32_t | uint32_t | uint8_t[3] | - * | 0x06 | 0x05 | 0x04 | 0x03 | abc | - * ---------------------------------------------------------- - * </pre> + * uint32_t | uint32_t | uint32_t | uint32_t | uint8_t[3] + * ----------|----------|----------|----------|------------ + * 0x06 | 0x05 | 0x04 | 0x03 | abc * @{ */ |