]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed clang's -Wdocumentation 762/head
authorYann Collet <cyan@fb.com>
Fri, 14 Jul 2017 01:58:30 +0000 (18:58 -0700)
committerYann Collet <cyan@fb.com>
Fri, 14 Jul 2017 01:58:30 +0000 (18:58 -0700)
lib/common/zstd_errors.h

index fbc13d19f591b85f92f25c3d31853b474107b11a..a645a9e8e00b18b9dd2ba1fb286f8f183c24a332 100644 (file)
@@ -71,7 +71,7 @@ typedef enum {
     convert a `size_t` function result into a `ZSTD_ErrorCode` enum type,
     which can be used to compare with enum list published above */
 ZSTDERRORLIB_API ZSTD_ErrorCode ZSTD_getErrorCode(size_t functionResult);
-ZSTDERRORLIB_API const char* ZSTD_getErrorString(ZSTD_ErrorCode code);   /*< Same as ZSTD_getErrorName, but using a `ZSTD_ErrorCode` enum argument */
+ZSTDERRORLIB_API const char* ZSTD_getErrorString(ZSTD_ErrorCode code);   /**< Same as ZSTD_getErrorName, but using a `ZSTD_ErrorCode` enum argument */
 
 
 #if defined (__cplusplus)