doc: Fix Doxygen errors
Change-Id: I5d5abf7b7eabe269a7c7b4d305a67fe910c887fd Reviewed-on: https://chromium-review.googlesource.com/446480 Reviewed-by: Scott Graham <scottmg@chromium.org>
This commit is contained in:
Родитель
9c84071237
Коммит
6da9708e7c
|
@ -140,7 +140,7 @@ struct CPUContextX86 {
|
||||||
static uint16_t FxsaveToFsaveTagWord(
|
static uint16_t FxsaveToFsaveTagWord(
|
||||||
uint16_t fsw, uint8_t fxsave_tag, const X87OrMMXRegister st_mm[8]);
|
uint16_t fsw, uint8_t fxsave_tag, const X87OrMMXRegister st_mm[8]);
|
||||||
|
|
||||||
//! \breif Converts x87 floating-point tag words from `fsave` (full, 16-bit)
|
//! \brief Converts x87 floating-point tag words from `fsave` (full, 16-bit)
|
||||||
//! to `fxsave` (abridged, 8-bit) form.
|
//! to `fxsave` (abridged, 8-bit) form.
|
||||||
//!
|
//!
|
||||||
//! This function performs the inverse operation of FxsaveToFsaveTagWord().
|
//! This function performs the inverse operation of FxsaveToFsaveTagWord().
|
||||||
|
|
|
@ -23,8 +23,8 @@ namespace crashpad {
|
||||||
//! `inflateInit2()` that specifies a `gzip` wrapper instead of the default
|
//! `inflateInit2()` that specifies a `gzip` wrapper instead of the default
|
||||||
//! zlib wrapper.
|
//! zlib wrapper.
|
||||||
//!
|
//!
|
||||||
//! \param[in] A \a window_bits value that only specifies the base-2 logarithm
|
//! \param[in] window_bits A \a window_bits value that only specifies the base-2
|
||||||
//! of the deflate sliding window size.
|
//! logarithm of the deflate sliding window size.
|
||||||
//!
|
//!
|
||||||
//! \return \a window_bits adjusted to specify a `gzip` wrapper, to be passed to
|
//! \return \a window_bits adjusted to specify a `gzip` wrapper, to be passed to
|
||||||
//! `deflateInit2()` or `inflateInit2()`.
|
//! `deflateInit2()` or `inflateInit2()`.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче