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};