diff options
author | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2017-10-21 12:03:45 +0700 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-10-23 13:24:58 +0200 |
commit | adc20182157c604e702a4af4e73e63be614ae6d8 (patch) | |
tree | 0c5636b1d3ad36a6855d33e41d6e7591d0846270 /include/rtl/crc.h | |
parent | 3691e3e18c753eb2dc9479b25056c28a11131acf (diff) |
correct doxygen syntax
Change-Id: I9e0ae4f9adadf58b99228d64a316d279043151f2
Reviewed-on: https://gerrit.libreoffice.org/43638
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/rtl/crc.h')
-rw-r--r-- | include/rtl/crc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rtl/crc.h b/include/rtl/crc.h index c524593f30fc..272cff0a2e6a 100644 --- a/include/rtl/crc.h +++ b/include/rtl/crc.h @@ -33,9 +33,9 @@ extern "C" { This function evaluates the CRC polynomial 0xEDB88320. - @param Crc [in] CRC32 over previous data or zero. - @param Data [in] data buffer. - @param DatLen [in] data buffer length. + @param[in] Crc CRC32 over previous data or zero. + @param[in] Data data buffer. + @param[in] DatLen data buffer length. @return new CRC32 value. */ SAL_DLLPUBLIC sal_uInt32 SAL_CALL rtl_crc32 ( |