From e5e3cef60b20e604534a9ff93f7d2acc10cc2146 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Wed, 26 Apr 2017 10:42:05 +0200
Subject: [PATCH] Fix documentation format

---
 include/libhqr.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/include/libhqr.h b/include/libhqr.h
index 8af6116..5be6d28 100644
--- a/include/libhqr.h
+++ b/include/libhqr.h
@@ -94,12 +94,12 @@ typedef struct libhqr_tiledesc_s{
  * @brief Minimal structure to stock the information for each tile
  */
 typedef struct libhqr_tileinfo_s{
-    int type;          /** The type of the tile                             */
-    int currpiv;       /** Number of the time annihilating the current tile */
-    int nextpiv;       /** The next tile killed by the tile                 */
-    int prevpiv;       /** The previous tile killed by the tile             */
-    int first_nextpiv; /** The first next tile killed                       */
-    int first_prevpiv; /** The first previous tile killed                   */
+    int type;          /**< The type of the tile                             */
+    int currpiv;       /**< Number of the time annihilating the current tile */
+    int nextpiv;       /**< The next tile killed by the tile                 */
+    int prevpiv;       /**< The previous tile killed by the tile             */
+    int first_nextpiv; /**< The first next tile killed                       */
+    int first_prevpiv; /**< The first previous tile killed                   */
 } libhqr_tileinfo_t;
 
 struct libhqr_tree_s;
-- 
GitLab