From 835fdb8048959296a0802198a43ce4806d35acd0 Mon Sep 17 00:00:00 2001 From: "Gergely Polonkai (W00d5t0ck)" Date: Thu, 29 Mar 2012 19:12:09 +0200 Subject: [PATCH] Added a section description to db.c's comment block. Signed-off-by: Gergely Polonkai (W00d5t0ck) --- wmud/db.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wmud/db.c b/wmud/db.c index cc7aba3..e654cbd 100644 --- a/wmud/db.c +++ b/wmud/db.c @@ -31,6 +31,9 @@ * @short_description: Database handling * @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. */ /**