Add missing parameter documentation

This commit is contained in:
Chris Thrasher 2024-10-07 20:11:22 -06:00
parent 73b2a37733
commit c39b670567
No known key found for this signature in database
GPG Key ID: 56FB686C9DFC8E2C

View File

@ -42,7 +42,8 @@
////////////////////////////////////////////////////////////
/// \brief Construct the view with its initial size
///
/// \param frame Dimensions of the view
/// \param frame Dimensions of the view
/// \param factor Scale factor
///
/// \return Id of the view
///