mrdocs::doc::isEmpty

Determine if the inline is empty

Synopsis

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

bool
isEmpty(Polymorphic<Inline> const& el);

Description

This determines if the inline is considered to have no content for the purposes of trimming.

Return Value

if the inline is empty

Parameters

Name Description

el

A polymorphic value‐type.

Created with MrDocs