diff --git a/src/modules/Gdbm/gdbmmod.c b/src/modules/Gdbm/gdbmmod.c index f98b958a6842435644051a7316b0788a5f1b1070..ae2e8e4b1d5943e2f946f839bc917e6ae1f112ea 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