summaryrefslogtreecommitdiff
path: root/include/llvm-c
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-11-02 08:03:12 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-11-02 08:03:12 +0000
commit167daab4dde4e293775e1e7ad3ade3bb3739b26d (patch)
tree2ac17ae68fc582ff118c9e1c7d70ac1ac857324f /include/llvm-c
parent094f3838fe2d215d9f8a2ff15786527a51b7ae95 (diff)
llvm-c/DebugInfo.h: Fix warning. [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317191 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c')
-rw-r--r--include/llvm-c/DebugInfo.h2
1 files changed, 1 insertions, 1 deletions
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.