Skip to content
Snippets Groups Projects
Commit d85d31ee authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Add doc-string for List destructor

parent 34ee26f9
Branches
Tags
No related merge requests found
...@@ -104,6 +104,8 @@ template<class T> class List { ...@@ -104,6 +104,8 @@ template<class T> class List {
last = current; last = current;
} }
/*! \brief Destroy a List instance.
*/
~List() { ~List() {
current = last; current = last;
element *old; element *old;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment