From: Harlan Haskins Date: Sat, 4 Nov 2017 20:31:20 +0000 (+0000) Subject: Use code voice for DIBuilder in LLVM C API X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73fca5770735619630e7aa73cd2139420e140e27;p=llvm Use code voice for DIBuilder in LLVM C API (This is a test commit) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317422 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm-c/DebugInfo.h b/include/llvm-c/DebugInfo.h index a27b351577a..d17c690be4d 100644 --- a/include/llvm-c/DebugInfo.h +++ b/include/llvm-c/DebugInfo.h @@ -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.