Use code voice for DIBuilder in LLVM C API

(This is a test commit)

llvm-svn: 317422
diff --git a/llvm/include/llvm-c/DebugInfo.h b/llvm/include/llvm-c/DebugInfo.h
index a27b351..d17c690 100644
--- a/llvm/include/llvm-c/DebugInfo.h
+++ b/llvm/include/llvm-c/DebugInfo.h
@@ -151,7 +151,7 @@
 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 @@
 
 /**
  * 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.