From: NAKAMURA Takumi Date: Thu, 2 Nov 2017 08:03:12 +0000 (+0000) Subject: llvm-c/DebugInfo.h: Fix warning. [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=167daab4dde4e293775e1e7ad3ade3bb3739b26d;p=llvm llvm-c/DebugInfo.h: Fix warning. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317191 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.