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:
parent
c913b82065
commit
b07cd634b8
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user