inform manual users that it's automatically generated

suggested by @Eugeny1
This commit is contained in:
Yann Collet
2024-10-31 15:06:48 -07:00
parent adbb536d00
commit 2e02cd330d
3 changed files with 37 additions and 15 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ ZSTDLIB_API size_t ZSTD_findFrameCompressedSize(const void* src, size_t srcSize)
/*====== Compression helper functions ======*/
/* ZSTD_compressBound() :
/*! ZSTD_compressBound() :
* maximum compressed size in worst case single-pass scenario.
* When invoking `ZSTD_compress()`, or any other one-pass compression function,
* it's recommended to provide @dstCapacity >= ZSTD_compressBound(srcSize)