mrdocs::helpers::registerMathHelpers

Register math helpers into a Handlebars instance

Synopsis

Declared in <mrdocs/Support/Handlebars.hpp>

void
registerMathHelpers(Handlebars& hbs);

Description

This function registers a number of common helpers that perform mathemathical operations.

Parameters

Name Description

hbs

The Handlebars instance to register the helpers into

Created with MrDocs