clang-tools
10.0.0git
|
Represents a sequence of one or more documents. More...
#include <FormattedString.h>
Public Member Functions | |
void | renderMarkdown (llvm::raw_ostream &OS) const override |
void | renderPlainText (llvm::raw_ostream &OS) const override |
class Document & | addItem () |
![]() | |
std::string | asMarkdown () const |
std::string | asPlainText () const |
virtual bool | isRuler () const |
virtual | ~Block ()=default |
Represents a sequence of one or more documents.
Knows how to print them in a list like format, e.g. by prepending with "- " and indentation.
Definition at line 69 of file FormattedString.h.
class Document& clang::clangd::markup::BulletList::addItem | ( | ) |
|
overridevirtual |
Implements clang::clangd::markup::Block.
|
overridevirtual |
Implements clang::clangd::markup::Block.