Fix Doxygen errors

This commit is contained in:
Celtic Minstrel 2022-06-11 01:32:30 -04:00
parent 0eae0254d1
commit 9e27d6c439
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ public:
/**
* Constructor.
*
* @param grid The grid which the walker is attached to.
* @param container The grid which the walker is attached to.
*/
explicit container(gui2::container_base& container);

View file

@ -29,7 +29,7 @@ public:
/**
* Constructor.
*
* @param grid The grid which the walker is attached to.
* @param container The grid which the walker is attached to.
*/
explicit scrollbar_container(gui2::scrollbar_container& container);