mrdocs::Generator::id
Return the symbolic name of the generator.
Synopsis
Declared in <mrdocs/Generator.hpp>
virtual
std::string_view
id() const noexcept = 0;
Description
This is a short, unique string which identifies the generator in command line options and in configuration files.
Return Value
the symbolic name of the generator.
Created with MrDocs