]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
liblzma: Minor edits to lzma_block header_size documentation.
authorJia Tan <jiat0218@gmail.com>
Thu, 2 Feb 2023 16:11:37 +0000 (00:11 +0800)
committerJia Tan <jiat0218@gmail.com>
Fri, 3 Feb 2023 13:42:27 +0000 (21:42 +0800)
src/liblzma/api/lzma/block.h

index 6522a23ef24b6235938b4652e392253ebaf43d05..71a0513de53f37995d83ca9b791a2a7cf3a3c985 100644 (file)
@@ -62,7 +62,7 @@ typedef struct {
        uint32_t version;
 
        /**
-        * \brief       Size of the Block Header field
+        * \brief       Size of the Block Header field in bytes
         *
         * This is always a multiple of four.
         *
@@ -78,6 +78,7 @@ typedef struct {
         * Written by:
         *  - lzma_block_header_size()
         *  - lzma_block_buffer_encode()
+        *  - lzma_block_uncomp_encode()
         */
        uint32_t header_size;
 #      define LZMA_BLOCK_HEADER_SIZE_MIN 8