1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

DWARFDebugFrame.h - fix Wdocumentation warning. NFCI.

This commit is contained in:
Simon Pilgrim 2021-02-05 10:43:36 +00:00
parent 0c2b4a7d6b
commit c575d4c7bc

View File

@ -364,8 +364,9 @@ private:
///
/// This is an internal implementation that emulates the state machine
/// described in the DWARF Call Frame Information opcodes and will push
/// CurrRow onto the Rows container when needed. \param CFID the CFI program
/// that contains the opcodes from a CIE or FDE.
/// CurrRow onto the Rows container when needed.
///
/// \param CFIP the CFI program that contains the opcodes from a CIE or FDE.
///
/// \param CurrRow the current row to modify while parsing the state machine.
///