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
|
/// \param[in] s
|
||||||
/// The stream to use for pretty-printing.
|
/// The stream to use for pretty-printing.
|
||||||
///
|
///
|
||||||
/// \param[in] offset
|
/// \param[in] data
|
||||||
/// The offset into the data buffer of the opcodes to be printed.
|
/// The data extractor.
|
||||||
///
|
|
||||||
/// \param[in] length
|
|
||||||
/// The length in bytes of the opcodes to be printed.
|
|
||||||
///
|
///
|
||||||
/// \param[in] level
|
/// \param[in] level
|
||||||
/// The level of detail to use in pretty-printing.
|
/// The level of detail to use in pretty-printing.
|
||||||
|
|
|
@ -346,12 +346,6 @@ public:
|
||||||
/// \param[in] decl
|
/// \param[in] decl
|
||||||
/// The Decl whose origin is to be found.
|
/// 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
|
/// \return
|
||||||
/// True if lookup succeeded; false otherwise.
|
/// True if lookup succeeded; false otherwise.
|
||||||
ClangASTImporter::DeclOrigin GetDeclOrigin(const clang::Decl *decl);
|
ClangASTImporter::DeclOrigin GetDeclOrigin(const clang::Decl *decl);
|
||||||
|
|
Loading…
Reference in New Issue