mrdocs::doc::InlineContainer::append

Append a child of the specified type.

Synopsis

Declared in <mrdocs/Metadata/DocComment/Inline/InlineBase.hpp>

template<
    std::derived_from<Inline> InlineTy,
    class... Args>
InlineContainer&
append(Args&&... args);

Return Value

An internal node in the inline element tree

Created with MrDocs