[llvm] r317422 - Use code voice for DIBuilder in LLVM C API

Harlan Haskins via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 4 13:31:20 PDT 2017


Author: harlanhaskins
Date: Sat Nov  4 13:31:20 2017
New Revision: 317422

URL: http://llvm.org/viewvc/llvm-project?rev=317422&view=rev
Log:
Use code voice for DIBuilder in LLVM C API

(This is a test commit)


Modified:
    llvm/trunk/include/llvm-c/DebugInfo.h

Modified: llvm/trunk/include/llvm-c/DebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm-c/DebugInfo.h?rev=317422&r1=317421&r2=317422&view=diff
==============================================================================
--- llvm/trunk/include/llvm-c/DebugInfo.h (original)
+++ llvm/trunk/include/llvm-c/DebugInfo.h Sat Nov  4 13:31:20 2017
@@ -151,7 +151,7 @@ LLVMDIBuilderRef LLVMCreateDIBuilderDisa
 LLVMDIBuilderRef LLVMCreateDIBuilder(LLVMModuleRef M);
 
 /**
- * Deallocates the DIBuilder and everything it owns.
+ * Deallocates the \c DIBuilder and everything it owns.
  * @note You must call \c LLVMDIBuilderFinalize before this
  */
 void LLVMDisposeDIBuilder(LLVMDIBuilderRef Builder);
@@ -199,7 +199,7 @@ LLVMMetadataRef LLVMDIBuilderCreateCompi
 
 /**
  * Create a file descriptor to hold debugging information for a file.
- * \param Builder      The DIBuilder.
+ * \param Builder      The \c DIBuilder.
  * \param Filename     File name.
  * \param FilenameLen  The length of the C string passed to \c Filename.
  * \param Directory    Directory.




More information about the llvm-commits mailing list