Archetype: cpp_component_header.hpp.mustache

Table of Contents

Umbrella header with the component's namespace docs.

See the Template variable reference for the complete list of available variables and their semantics.

Template

The full template source. Edit here and re-tangle with compass build --direct tangle_codegen_templates to regenerate library/templates/cpp_component_header.hpp.mustache.

{{! GENERATED FILE — tangled from projects/ores.codegen/library/templates/cpp_component.org. Edit the org source. }}
{{{cpp_license}}}
{{#component}}
#ifndef ORES_{{name_upper}}_HPP
#define ORES_{{name_upper}}_HPP

/**
 * @brief {{brief}}
 *
 * {{description}}
 */
namespace {{namespace}} {}

#endif
{{/component}}

See also

Emacs 29.1 (Org mode 9.6.6)