Fix Doxygen issues:
[oota-llvm.git] / lib / MC / MachObjectWriter.cpp
index 904fbbfe83e1975d13ba3f7c852f93be023cb873..2778ed386da54f2dc146fb6631782d02ed81ba2d 100644 (file)
@@ -145,8 +145,8 @@ void MachObjectWriter::WriteHeader(unsigned NumLoadCommands,
 
 /// WriteSegmentLoadCommand - Write a segment load command.
 ///
-/// \arg NumSections - The number of sections in this segment.
-/// \arg SectionDataSize - The total size of the sections.
+/// \param NumSections The number of sections in this segment.
+/// \param SectionDataSize The total size of the sections.
 void MachObjectWriter::WriteSegmentLoadCommand(unsigned NumSections,
                                                uint64_t VMSize,
                                                uint64_t SectionDataStartOffset,