From b61936f3544e99250ea3722c9d0727c1d95e9067 Mon Sep 17 00:00:00 2001 From: Mann Patel <46739555+manncodes@users.noreply.github.com> Date: Sun, 6 Jun 2021 08:33:52 +0530 Subject: [PATCH] fixed test() info to Doxygen standards. suggested changes Co-authored-by: David Leal --- data_structures/sparse_table.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data_structures/sparse_table.cpp b/data_structures/sparse_table.cpp index 9e66d559c..3fff249f9 100644 --- a/data_structures/sparse_table.cpp +++ b/data_structures/sparse_table.cpp @@ -104,7 +104,8 @@ struct Sparse_table { } // namespace data_structures /** - * @brief testcase for sparse_table + * @brief Self-test implementations + * @returns void */ static void test() { std::array testcase = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10};