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

Fix Wdocumentation warning. NFCI.

Add a space after /param names before any commas otherwise the doxygen parsers get confused.
This commit is contained in:
Simon Pilgrim 2020-10-11 11:25:22 +01:00
parent c913b82065
commit b07cd634b8

View File

@ -43,9 +43,9 @@ public:
Slice(const MachOObjectFile &O, uint32_t Align);
/// This constructor takes prespecified \param CPUType, \param CPUSubType,
/// \param ArchName, \param Align instead of inferring them from the archive
/// memebers.
/// This constructor takes pre-specified \param CPUType , \param CPUSubType ,
/// \param ArchName , \param Align instead of inferring them from the archive
/// members.
Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType,
std::string ArchName, uint32_t Align);