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

@ -43,6 +43,7 @@
/// \brief Construct the view with its initial size /// \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 /// \return Id of the view
/// ///