From f013eec2f295f88a0c5fad75785fd77fa4dfc45a Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 8 Mar 2026 18:09:59 +0000 Subject: Fix various minor Doxygen issues. --- include/modules/sql.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/modules/sql.h') diff --git a/include/modules/sql.h b/include/modules/sql.h index 078d5e617..be2cf0005 100644 --- a/include/modules/sql.h +++ b/include/modules/sql.h @@ -79,7 +79,7 @@ public: * query which will not return rows, this will return the number of * affected rows. In this case you SHOULD NEVER access any of the result * set rows, as there aren't any! - * @returns Number of rows in the result set. + * @return Number of rows in the result set. */ virtual int Rows() = 0; @@ -99,7 +99,7 @@ public: * * @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. + * @return 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