diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-21 13:02:33 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-21 13:02:33 +0200 |
commit | f50534c973a591ccf65485adfc827a8a7126ca6c (patch) | |
tree | c57f682507355c6f902a77e62a2e309a3141f781 /src/liblzma/api/lzma/hardware.h | |
parent | xz: Refactor duplicate code from hardware_memlimit_mtenc_get(). (diff) | |
download | xz-f50534c973a591ccf65485adfc827a8a7126ca6c.tar.xz |
liblzma: Fix two Doxygen commands in the API headers.
These were caught by clang -Wdocumentation.
Diffstat (limited to 'src/liblzma/api/lzma/hardware.h')
-rw-r--r-- | src/liblzma/api/lzma/hardware.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma/hardware.h b/src/liblzma/api/lzma/hardware.h index 47481f25..7040aae4 100644 --- a/src/liblzma/api/lzma/hardware.h +++ b/src/liblzma/api/lzma/hardware.h @@ -57,7 +57,7 @@ extern LZMA_API(uint64_t) lzma_physmem(void) lzma_nothrow; * If the hardware supports more than one thread per CPU core, the number * of hardware threads is returned if that information is available. * - * \brief On success, the number of available CPU threads or cores is + * \return On success, the number of available CPU threads or cores is * returned. If this information isn't available or an error * occurs, zero is returned. */ |