fix doxygen

This commit is contained in:
2019-03-05 21:46:29 +01:00
parent 546332a9c2
commit 586339cac1
5 changed files with 15 additions and 13 deletions

View File

@@ -37,10 +37,10 @@
enum cell_store_columns {
CELL_SEL_LIBRARY = 0,
CELL_SEL_CELL,
CELL_SEL_CELL_COLOR, /**< Cell column color */
CELL_SEL_CELL_COLOR, /**< @brief Cell column color */
CELL_SEL_MODDATE,
CELL_SEL_ACCESSDATE,
CELL_SEL_COLUMN_COUNT /**< Not a column. Used to determine count of coumns **/
CELL_SEL_COLUMN_COUNT /**< @brief Not a column. Used to determine count of columns */
};
struct tree_stores {