Minor C doc clarification

This commit is contained in:
Celine Mercier
2017-04-14 16:23:17 +02:00
parent b998373be5
commit 537b9847da

View File

@ -66,7 +66,7 @@ typedef struct OBIDMS_column_header {
*/
index_t line_count; /**< Number of lines of data allocated.
*/
index_t lines_used; /**< Number of lines of data used.
index_t lines_used; /**< Number of lines of data used (the highest index where data has been entered + 1).
*/
index_t nb_elements_per_line; /**< Number of elements per line.
*/