Fix Doxygen errors

Change-Id: I571d322e75afd33a679c488694db2e7bad3285ea
Reviewed-on: https://chromium-review.googlesource.com/883903
Reviewed-by: Scott Graham <scottmg@chromium.org>
Commit-Queue: Joshua Peraza <jperaza@chromium.org>
This commit is contained in:
Joshua Peraza 2018-01-24 10:12:00 -08:00 committed by Commit Bot
parent 24f07f7c43
commit c56e854984
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ void InitializeCPUContextARM64_NoFloatingPoint(
//!
//! General purpose registers are not initialized.
//!
//! \param[in] thread_context The native fpsimd context.
//! \param[in] float_context The native fpsimd context.
//! \param[out] context The CPUContextARM64 structure to initialize.
void InitializeCPUContextARM64_OnlyFPSIMD(
const SignalFPSIMDContext& float_context,

View File

@ -37,7 +37,7 @@ class ProcessMemoryFuchsia final : public ProcessMemory {
//! This method must be called successfully prior to calling any other method
//! in this class.
//!
//! \param[in] pid The handle to the target process.
//! \param[in] process The handle to the target process.
//!
//! \return `true` on success, `false` on failure with a message logged.
bool Initialize(zx_handle_t process);