]> granicus.if.org Git - llvm/commitdiff
Use code voice for DIBuilder in LLVM C API
authorHarlan Haskins <harlan@harlanhaskins.cm>
Sat, 4 Nov 2017 20:31:20 +0000 (20:31 +0000)
committerHarlan Haskins <harlan@harlanhaskins.cm>
Sat, 4 Nov 2017 20:31:20 +0000 (20:31 +0000)
(This is a test commit)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317422 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm-c/DebugInfo.h

index a27b351577a946c517c1a7d2854f9eca4de6b054..d17c690be4dadc6ef99dc34e752a0be3acfe0fc1 100644 (file)
@@ -151,7 +151,7 @@ LLVMDIBuilderRef LLVMCreateDIBuilderDisallowUnresolved(LLVMModuleRef M);
 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 LLVMDIBuilderCreateCompileUnit(
 
 /**
  * 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.