From 2af541a4d761ea3e2f114c337cc0850f9cb7c0a2 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Thu, 23 Jan 2020 16:00:35 -0500 Subject: [PATCH] API documentation clarification. --- platform-independent/c/core/src/mpw-marshal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform-independent/c/core/src/mpw-marshal.h b/platform-independent/c/core/src/mpw-marshal.h index cc30ea58..8c6a088a 100644 --- a/platform-independent/c/core/src/mpw-marshal.h +++ b/platform-independent/c/core/src/mpw-marshal.h @@ -169,7 +169,8 @@ const MPMarshalFormat mpw_format_named( const char *mpw_format_name( const MPMarshalFormat format); /** - * @return The file extension (static) that's recommended for files that use the given marshalling format or NULL if the format was not recognized. + * @return The file extension (static) that's recommended and currently used for output files, + * or NULL if the format was not recognized or does not support marshalling. */ const char *mpw_marshal_format_extension( const MPMarshalFormat format);