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

Sumit Bose sbose at redhat.com
Mon Mar 3 13:53:08 UTC 2014


and now with a patch ...
On Mon, Mar 03, 2014 at 02:52:29PM +0100, Sumit Bose wrote:
> Hi,
> 
> this patch should fix a warning while creating the docs and the layout
> of the docs.
> 
> bye,
> Sumit
-------------- next part --------------
From 5e070d2cb10325563a3de12eaa846710de34d3ef Mon Sep 17 00:00:00 2001
From: Sumit Bose <sbose at redhat.com>
Date: Mon, 3 Feb 2014 15:30:56 +0100
Subject: [PATCH] Doxygen: replace <pre> by \verbatim

---
 src/sss_client/sss_cli.h | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/sss_client/sss_cli.h b/src/sss_client/sss_cli.h
index 285a297..dd639b2 100644
--- a/src/sss_client/sss_cli.h
+++ b/src/sss_client/sss_cli.h
@@ -354,12 +354,12 @@ enum sss_status {
  *
  * Examples:
  *  - #SSS_PAM_ENV_ITEM,
- *    <pre>
+ *    \verbatim
  *    ------------------------------------
  *    | uint32_t | uint32_t | uint8_t[4] |
- *    | 0x03     | 0x04     | a=b\\0      |
+ *    | 0x03     | 0x04     | a=b\0      |
  *    ------------------------------------
- *    </pre>
+ *    \endverbatim
  * @{
  */
 
@@ -408,19 +408,19 @@ enum response_type {
  *
  * Examples:
  *  - #SSS_PAM_USER_INFO_OFFLINE_CHPASS
- *    <pre>
+ *    \verbatim
  *    ----------------------------------
  *    | uint32_t | uint32_t | uint32_t |
  *    | 0x06     | 0x01     | 0x03     |
  *    ----------------------------------
- *    </pre>
+ *    \endverbatim
  *  - #SSS_PAM_USER_INFO_CHPASS_ERROR
- *    <pre>
+ *    \verbatim
  *    ----------------------------------------------------------
  *    | uint32_t | uint32_t | uint32_t | uint32_t | uint8_t[3] |
  *    | 0x06     | 0x05     | 0x04     | 0x03     | abc        |
  *    ----------------------------------------------------------
- *    </pre>
+ *    \endverbatim
  * @{
  */
 
-- 
1.8.3.1



More information about the sssd-devel mailing list