added missing close paranthesis for addtogroup

This commit is contained in:
Krishna Vedala
2020-07-29 19:35:29 -04:00
parent a8b2825403
commit b3cd53b26c

View File

@@ -210,6 +210,9 @@ void removalInfo(int key) {
display();
}
} // namespace linear_probing
/**
* @}
*/
using linear_probing::Entry;
using linear_probing::table;