doxygen option '\file' added.

This commit is contained in:
Roland Jax
2014-11-22 20:00:27 +01:00
parent 59d4907223
commit b593af967a
6 changed files with 50 additions and 38 deletions
+3 -1
View File
@@ -24,9 +24,11 @@
#include <string>
#include <vector>
/** \file configfile.h */
/** available file endings / types. */
enum FileType {
ft_csv // CSV
ft_csv /*!< CSV */
};
/**