aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2023-01-12 03:11:40 +0200
committerLasse Collin <lasse.collin@tukaani.org>2023-01-12 03:11:40 +0200
commit6c886cc5b3c90c6a75e6be8b1278ec2261e452a6 (patch)
tree6ecee30ee5ad380354678ab63307a364a43b2f6a /src/liblzma
parentTests: test_lzip_decoder: Remove trailing white-space. (diff)
downloadxz-6c886cc5b3c90c6a75e6be8b1278ec2261e452a6.tar.xz
Fix warnings from clang -Wdocumentation.
Diffstat (limited to 'src/liblzma')
-rw-r--r--src/liblzma/check/check.h4
-rw-r--r--src/liblzma/lz/lz_encoder_mf.c4
2 files changed, 2 insertions, 6 deletions
diff --git a/src/liblzma/check/check.h b/src/liblzma/check/check.h
index 3007d889..783627bd 100644
--- a/src/liblzma/check/check.h
+++ b/src/liblzma/check/check.h
@@ -108,10 +108,6 @@ extern const uint64_t lzma_crc64_table[4][256];
/// \brief Initialize *check depending on type
-///
-/// \return LZMA_OK on success. LZMA_UNSUPPORTED_CHECK if the type is not
-/// supported by the current version or build of liblzma.
-/// LZMA_PROG_ERROR if type > LZMA_CHECK_ID_MAX.
extern void lzma_check_init(lzma_check_state *check, lzma_check type);
/// Update the check state
diff --git a/src/liblzma/lz/lz_encoder_mf.c b/src/liblzma/lz/lz_encoder_mf.c
index d03657a7..f20316f0 100644
--- a/src/liblzma/lz/lz_encoder_mf.c
+++ b/src/liblzma/lz/lz_encoder_mf.c
@@ -242,8 +242,8 @@ do { \
/// \param cur_match Start position of the current match candidate
/// \param depth Maximum length of the hash chain
/// \param son lzma_mf.son (contains the hash chain)
-/// \param cyclic_pos
-/// \param cyclic_size
+/// \param cyclic_pos lzma_mf.cyclic_pos
+/// \param cyclic_size lzma_mf_cyclic_size
/// \param matches Array to hold the matches.
/// \param len_best The length of the longest match found so far.
static lzma_match *