mrdocs::Handlebars::unregisterPartial

Unregister a partial

Synopsis

Declared in <mrdocs/Support/Handlebars.hpp>

void
unregisterPartial(std::string_view name);

Description

This function unregisters a partial with the handlebars environment.

Parameters

Name Description

name

The name of the partial

Created with MrDocs