We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e61ee6 commit c4d5282Copy full SHA for c4d5282
1 file changed
knp/base-framework/include/knp/framework/data_processing/classification/image.h
@@ -90,7 +90,7 @@ class KNP_DECLSPEC Dataset final : public classification::Dataset
90
91
/**
92
* @brief Get image size.
93
- * @ret Image size.
+ * @return Image size.
94
*/
95
[[nodiscard]] size_t get_image_size() const { return image_size_; }
96
0 commit comments