summaryrefslogtreecommitdiffstats
path: root/database/sqlite/fieldmapping.h
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-09-11 21:47:07 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-09-11 21:47:07 +0200
commitd0e3e448865547fb1be0ecd6c5ce1b27879b5972 (patch)
treed038915b1ddaa8ddbe7eb4b173b84464147d025a /database/sqlite/fieldmapping.h
parentba41da69fda6fa9a2388e50a00e97992f509145d (diff)
downloadeurephia-d0e3e448865547fb1be0ecd6c5ce1b27879b5972.tar.gz
eurephia-d0e3e448865547fb1be0ecd6c5ce1b27879b5972.tar.xz
eurephia-d0e3e448865547fb1be0ecd6c5ce1b27879b5972.zip
More doxygen comments in the sqlite3 driver
Diffstat (limited to 'database/sqlite/fieldmapping.h')
-rw-r--r--database/sqlite/fieldmapping.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/database/sqlite/fieldmapping.h b/database/sqlite/fieldmapping.h
index 914148a..7d156fb 100644
--- a/database/sqlite/fieldmapping.h
+++ b/database/sqlite/fieldmapping.h
@@ -20,6 +20,17 @@
*
*/
+/**
+ * @file fieldmapping.h
+ * @author David Sommerseth <dazo@users.sourceforge.net>
+ * @date 2008-12-06
+ *
+ * @brief Maps fields names from the generic field names into the ones
+ * being used in the SQLite3 database
+ *
+ */
+
+
#ifndef FIELDMAPPING_H_
# define FIELDMAPPING_H_