mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-19 07:21:19 +00:00
Fixes docgen for lib/pure/db_common.nim.
See http://forum.nim-lang.org/t/1916.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user