forked from OSchip/llvm-project
[lldb] Fix -Wdocumentation warnings
This commit is contained in:
parent
fb0d2d455f
commit
7e02dc3f24
|
@ -233,11 +233,8 @@ private:
|
|||
/// \param[in] s
|
||||
/// The stream to use for pretty-printing.
|
||||
///
|
||||
/// \param[in] offset
|
||||
/// The offset into the data buffer of the opcodes to be printed.
|
||||
///
|
||||
/// \param[in] length
|
||||
/// The length in bytes of the opcodes to be printed.
|
||||
/// \param[in] data
|
||||
/// The data extractor.
|
||||
///
|
||||
/// \param[in] level
|
||||
/// The level of detail to use in pretty-printing.
|
||||
|
|
|
@ -346,12 +346,6 @@ public:
|
|||
/// \param[in] decl
|
||||
/// The Decl whose origin is to be found.
|
||||
///
|
||||
/// \param[out] original_decl
|
||||
/// A pointer whose target is filled in with the original Decl.
|
||||
///
|
||||
/// \param[in] original_ctx
|
||||
/// A pointer whose target is filled in with the original's ASTContext.
|
||||
///
|
||||
/// \return
|
||||
/// True if lookup succeeded; false otherwise.
|
||||
ClangASTImporter::DeclOrigin GetDeclOrigin(const clang::Decl *decl);
|
||||
|
|
Loading…
Reference in New Issue