1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Fix Wdocumentation warnings. NFCI.

llvm-svn: 332239
This commit is contained in:
Simon Pilgrim 2018-05-14 12:22:30 +00:00
parent 15bd47b0c0
commit 47ae53e41b
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 /// Helper function for DWARFDebugLine parse functions, to report issues that
/// prevent parsing the remainder of the table as warnings. /// 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); static void warnForError(Error Err);
private: private:

View File

@ -281,7 +281,7 @@ public:
dwarfgen::CompileUnit &addCompileUnit(); dwarfgen::CompileUnit &addCompileUnit();
/// Add a line table unit to be generated. /// 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 /// \returns a dwarfgen::LineTable that can be used to customise the contents
/// of the line table. /// of the line table.