Added a section description to db.c's comment block.

Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely Polonkai (W00d5t0ck) 2012-03-29 19:12:09 +02:00
parent 77d6a979f9
commit 835fdb8048

View File

@ -31,6 +31,9 @@
* @short_description: Database handling * @short_description: Database handling
* @title: Database handling routines * @title: Database handling routines
* *
* This module handles all the database requests. It currently uses an SQLite3
* backend, but due to its nature, it could be easily rewritten to use a
* different (e.g MySQL or PostgreSQL) database.
*/ */
/** /**