Skip to content
Snippets Groups Projects
Commit 02a56d42 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

AutoDoc fix. Perhaps allow @param here?

Rev: lib/modules/Sql.pmod/sql_util.pmod:1.18
parent 5583870e
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: sql_util.pmod,v 1.17 2006/11/27 16:32:43 mast Exp $ * $Id: sql_util.pmod,v 1.18 2006/12/29 23:22:43 nilsson Exp $
* *
* Some SQL utility functions. * Some SQL utility functions.
* They are kept here to avoid circular references. * They are kept here to avoid circular references.
...@@ -62,7 +62,7 @@ string emulate_bindings(string query, mapping(string|int:mixed)|void bindings, ...@@ -62,7 +62,7 @@ string emulate_bindings(string query, mapping(string|int:mixed)|void bindings,
//! Result object wrapper performing utf8 decoding of all fields. //! Result object wrapper performing utf8 decoding of all fields.
class UnicodeWrapper ( class UnicodeWrapper (
//! The wrapped result object. // The wrapped result object.
static object master_result static object master_result
) )
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment