[llvm] r180021 - Make doxygen comment match declaration.

Benjamin Kramer benny.kra at googlemail.com
Mon Apr 22 08:21:03 PDT 2013


Author: d0k
Date: Mon Apr 22 10:21:03 2013
New Revision: 180021

URL: http://llvm.org/viewvc/llvm-project?rev=180021&view=rev
Log:
Make doxygen comment match declaration.

Found by -Wdocumentation.

Modified:
    llvm/trunk/include/llvm/DIBuilder.h

Modified: llvm/trunk/include/llvm/DIBuilder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DIBuilder.h?rev=180021&r1=180020&r2=180021&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DIBuilder.h (original)
+++ llvm/trunk/include/llvm/DIBuilder.h Mon Apr 22 10:21:03 2013
@@ -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);
 





More information about the llvm-commits mailing list