mrdocs::helpers::registerTypeHelpers
Register type helpers into a Handlebars instance
Synopsis
Declared in <mrdocs/Support/Handlebars.hpp>
void
registerTypeHelpers(Handlebars& hbs);
Description
This function registers a number of common helpers that operate on types, such as identity, type checking, and type conversion.
Parameters
| Name | Description |
|---|---|
hbs |
The Handlebars instance to register the helpers into |
Created with MrDocs