[SSSD] [PATCH] Doxygen: replace <pre> by \verbatim

Lukas Slebodnik lslebodn at redhat.com
Tue Sep 2 11:17:13 UTC 2014


On (02/09/14 12:53), Sumit Bose wrote:
>On Tue, Sep 02, 2014 at 12:46:16PM +0200, Sumit Bose wrote:
>> > > 
>> > >@@ -408,19 +405,13 @@ 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
>> > Here is missing empty line betwen tables.
>> > See attached image.
>> 
>> I added the line. Strangely for me both versions show the same result.
>> 
>> New version attached.

>From fe97cdc247c8b8cd468397c628e61dbd27121e09 Mon Sep 17 00:00:00 2001
>From: Sumit Bose <sbose at redhat.com>
>Date: Fri, 29 Aug 2014 10:44:00 +0200
>Subject: [PATCH] Doxygen: replace <pre> with markdown table
>
>---
> src/sss_client/sss_cli.h | 28 ++++++++++------------------
> 1 file changed, 10 insertions(+), 18 deletions(-)
>
>diff --git a/src/sss_client/sss_cli.h b/src/sss_client/sss_cli.h
>index 16a08e1..a0c635f 100644

Thank you ver much. Warning is gone.

ACK

LS



More information about the sssd-devel mailing list