mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-09 07:32:54 +08:00
fixed test() info to Doxygen standards.
suggested changes Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user