Fixes docgen for lib/pure/db_common.nim.

See http://forum.nim-lang.org/t/1916.
This commit is contained in:
Dominik Picheta
2016-01-05 15:56:13 +00:00
parent 9b075a45ae
commit 9aa60add87

View File

@@ -7,7 +7,9 @@
# distribution, for details about the copyright.
#
## Common datatypes and definitions for all db_*.nim modules.
## Common datatypes and definitions for all ``db_*.nim`` (
## `db_mysql <db_mysql.html>`_, `db_postgres <db_postgres.html>`_,
## and `db_sqlite <db_sqlite.html>`_) modules.
type
DbError* = object of IOError ## exception that is raised if a database error occurs