From 167daab4dde4e293775e1e7ad3ade3bb3739b26d Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 2 Nov 2017 08:03:12 +0000 Subject: llvm-c/DebugInfo.h: Fix warning. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317191 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm-c/DebugInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm-c') diff --git a/include/llvm-c/DebugInfo.h b/include/llvm-c/DebugInfo.h index c84765b0dd7..15f6b57d883 100644 --- a/include/llvm-c/DebugInfo.h +++ b/include/llvm-c/DebugInfo.h @@ -143,7 +143,7 @@ void LLVMDIBuilderFinalize(LLVMDIBuilderRef Builder); /// information generated during this instance of compilation. /// \param Lang Source programming language, eg. /// \c LLVMDWARFSourceLanguageC99 -/// \param File File info. +/// \param FileRef File info. /// \param Producer Identify the producer of debugging information /// and code. Usually this is a compiler /// version string. -- cgit v1.2.3