forked from OSchip/llvm-project
Fix \param in r241472. [-Wdocumentation]
llvm-svn: 241552
This commit is contained in:
parent
d0880e3ae3
commit
7c754ea264
|
@ -352,7 +352,7 @@ public:
|
|||
/// createTargetMachine - Create a target specific machine implementation
|
||||
/// for the specified \p Triple.
|
||||
///
|
||||
/// \param Triple This argument is used to determine the target machine
|
||||
/// \param TT This argument is used to determine the target machine
|
||||
/// feature set; it should always be provided. Generally this should be
|
||||
/// either the target triple from the module, or the target triple of the
|
||||
/// host if that does not exist.
|
||||
|
|
Loading…
Reference in New Issue