Fix Wdocumentation warnings. NFCI.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@332239 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Simon Pilgrim 2018-05-14 12:22:30 +00:00
parent b97a8ca8d6
commit fc2b453631
2 changed files with 2 additions and 2 deletions

View File

@ -337,7 +337,7 @@ public:
/// Helper function for DWARFDebugLine parse functions, to report issues that
/// prevent parsing the remainder of the table as warnings.
///
/// \param Error The Error to report.
/// \param Err The Error to report.
static void warnForError(Error Err);
private:

View File

@ -281,7 +281,7 @@ public:
dwarfgen::CompileUnit &addCompileUnit();
/// Add a line table unit to be generated.
/// \param Format the DWARF format to use (DWARF32 or DWARF64).
/// \param DwarfFormat the DWARF format to use (DWARF32 or DWARF64).
///
/// \returns a dwarfgen::LineTable that can be used to customise the contents
/// of the line table.