Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e5e3cef6 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Fix documentation format

parent 70088e7c
No related branches found
No related tags found
1 merge request!6Tilesinfo struct
...@@ -94,12 +94,12 @@ typedef struct libhqr_tiledesc_s{ ...@@ -94,12 +94,12 @@ typedef struct libhqr_tiledesc_s{
* @brief Minimal structure to stock the information for each tile * @brief Minimal structure to stock the information for each tile
*/ */
typedef struct libhqr_tileinfo_s{ typedef struct libhqr_tileinfo_s{
int type; /** The type of the tile */ int type; /**< The type of the tile */
int currpiv; /** Number of the time annihilating the current tile */ int currpiv; /**< Number of the time annihilating the current tile */
int nextpiv; /** The next tile killed by the tile */ int nextpiv; /**< The next tile killed by the tile */
int prevpiv; /** The previous tile killed by the tile */ int prevpiv; /**< The previous tile killed by the tile */
int first_nextpiv; /** The first next tile killed */ int first_nextpiv; /**< The first next tile killed */
int first_prevpiv; /** The first previous tile killed */ int first_prevpiv; /**< The first previous tile killed */
} libhqr_tileinfo_t; } libhqr_tileinfo_t;
struct libhqr_tree_s; struct libhqr_tree_s;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment