From bc34e5ac9996667d2c1ec9a7895ec5931ac4caea Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Thu, 16 Feb 2023 21:09:00 +0200 Subject: liblzma: Very minor API doc tweaks. Use "member" to refer to struct members as that's the term used by the C standard. Use lzma_options_delta.dist and such in docs so that in Doxygen's HTML output they will link to the doc of the struct member. Clean up a few trailing white spaces too. --- src/liblzma/api/lzma/delta.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/liblzma/api/lzma/delta.h') diff --git a/src/liblzma/api/lzma/delta.h b/src/liblzma/api/lzma/delta.h index ad1aca90..3d7a7f02 100644 --- a/src/liblzma/api/lzma/delta.h +++ b/src/liblzma/api/lzma/delta.h @@ -60,12 +60,12 @@ typedef struct { uint32_t dist; /** - * \brief Minimum value for the dist field in lzma_options_delta. + * \brief Minimum value for lzma_options_delta.dist. */ # define LZMA_DELTA_DIST_MIN 1 - /** - * \brief Maximum value for the dist field in lzma_options_delta. + /** + * \brief Maximum value for lzma_options_delta.dist. */ # define LZMA_DELTA_DIST_MAX 256 -- cgit v1.2.3