llvm-c/DebugInfo.h: Fix warning. [-Wdocumentation]

llvm-svn: 317191
This commit is contained in:
NAKAMURA Takumi 2017-11-02 08:03:12 +00:00
parent a437aa2cb7
commit 965602ac82
1 changed files with 1 additions and 1 deletions

View File

@ -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.