fixed test() info to Doxygen standards.

suggested changes

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Mann Patel
2021-06-06 08:33:52 +05:30
committed by GitHub
parent 495a7d1fa7
commit b61936f354

View File

@@ -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<int, 10> testcase = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10};