Fix unfinished documentation for msdf_segment_get_type

This commit is contained in:
KitsuneAlex 2024-05-04 19:30:52 +02:00
parent 5b2abedc83
commit 5c5caf8967
No known key found for this signature in database
GPG Key ID: 6B0CE864BB69B7D0
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ MSDF_API int msdf_segment_get_type(msdf_segment_const_handle segment, int* type)
/**
* Retrieves the point count of the given segment.
* @param segment A pointer to the segment of which to retrieve the number of points.
* @param point_count A pointer to a variable which is populated with
* @param point_count A pointer to a variable which is populated with the number of points of the given segment.
* @returns @code MSDF_SUCCESS@endcode on success, otherwise one of the constants prefixed with @code MSDF_ERR_@endcode.
*/
MSDF_API int msdf_segment_get_point_count(msdf_segment_const_handle segment, size_t* point_count);