mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Fix Wdocumentation warnings. NFCI.
llvm-svn: 332239
This commit is contained in:
parent
15bd47b0c0
commit
47ae53e41b
@ -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:
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user