1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00

Make doxygen comment match declaration.

Found by -Wdocumentation.

llvm-svn: 180021
This commit is contained in:
Benjamin Kramer 2013-04-22 15:21:03 +00:00
parent 4a4fbbaf4e
commit 43d7baf33c

View File

@ -576,7 +576,7 @@ namespace llvm {
/// \brief Create a descriptor for an imported module.
/// @param Context The scope this module is imported into
/// @param NS The namespace being imported here
/// @param LineNumber Line number
/// @param Line Line number
DIImportedModule createImportedModule(DIScope Context, DINameSpace NS,
unsigned Line);