Saveload: Fix doc comment for SlXvGetFeatureName

pull/684/head
Jonathan G Rennison 1 month ago
parent 98f1fb2722
commit d31359f4d2

@ -263,7 +263,7 @@ bool SlXvIsFeaturePresent(const std::array<uint16_t, XSLFI_SIZE> &feature_versio
}
/**
* Returns true if @p feature is present and has a version inclusively bounded by @p min_version and @p max_version
* Returns the feature name for the given feature index
*/
const char *SlXvGetFeatureName(SlXvFeatureIndex feature)
{

Loading…
Cancel
Save