From a19dd899aa7a0b9007562d573d2c06b2d6e68d61 Mon Sep 17 00:00:00 2001 From: Per Hedbor <ph@opera.com> Date: Sat, 16 Aug 2014 13:36:20 +0200 Subject: [PATCH] Fixed autodoc syntax error --- src/modules/Gdbm/gdbmmod.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/Gdbm/gdbmmod.c b/src/modules/Gdbm/gdbmmod.c index f98b958a68..ae2e8e4b1d 100644 --- a/src/modules/Gdbm/gdbmmod.c +++ b/src/modules/Gdbm/gdbmmod.c @@ -131,10 +131,9 @@ void gdbmmod_fatal(const char *err) *! key/data pairs in a database. *! *! The @[DB] class also overloads enough operators to make it behave - *! a lot like a @ref[mapping(string(8bit):string(8bit))@], you can index it, + *! a lot like a @[mapping(string(8bit):string(8bit))], you can index it, *! assign indices and loop over it using foreach. *! - *! */ /*! @class DB -- GitLab