mrdocs::Handlebars::unregisterHelper

Unregister a helper

Synopsis

Declared in <mrdocs/Support/Handlebars.hpp>

void
unregisterHelper(std::string_view name);

Description

This function unregisters a helper with the handlebars environment.

Parameters

Name Description

name

The name of the helper

Created with MrDocs