mrdocs::Generator::fileExtension

Return the extension or tag of the generator.

Synopsis

Declared in <mrdocs/Generator.hpp>

virtual
std::string_view
fileExtension() const noexcept = 0;

Description

This should be in all lower case. Examples of tags are:

  • "adoc" Asciidoctor

  • "xml" XML

  • "html" HTML

The returned string should not include a leading period.

Return Value

the extension or tag of the generator.

Created with MrDocs