From affbc99bea94e77f7ebccd8ba887e33051bd04ee Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Mon, 14 May 2018 12:22:30 +0000 Subject: Fix Wdocumentation warnings. NFCI. llvm-svn: 332239 --- llvm/unittests/DebugInfo/DWARF/DwarfGenerator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/unittests/DebugInfo/DWARF') diff --git a/llvm/unittests/DebugInfo/DWARF/DwarfGenerator.h b/llvm/unittests/DebugInfo/DWARF/DwarfGenerator.h index 9912b894305..6d41cb53f2c 100644 --- a/llvm/unittests/DebugInfo/DWARF/DwarfGenerator.h +++ b/llvm/unittests/DebugInfo/DWARF/DwarfGenerator.h @@ -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. -- cgit v1.2.3