From 952ee5cc603a5231348b8cfab18ee85a097f5394 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 31 Mar 2021 10:38:54 +0100 Subject: Fix various documentation comments. --- include/modules/sql.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/modules/sql.h') diff --git a/include/modules/sql.h b/include/modules/sql.h index 47da6f6bf..292322cda 100644 --- a/include/modules/sql.h +++ b/include/modules/sql.h @@ -129,9 +129,9 @@ class SQL::Result : public classbase /** * Check if there's a column with the specified name in the result * - * @param the column name - * @param on success, this is the column index - * @returns true, or false if the column is not found + * @param column The column name. + * @param index The place to store the column index if it exists. + * @returns If the column exists then true; otherwise, false. */ virtual bool HasColumn(const std::string& column, size_t& index) = 0; }; -- cgit v1.3.1-10-gc9f91