doxybook::default_template
Defined in header <doxybook/default_templates.hpp>
struct default_template;
Describe the default template for a page.
Public Attributes
Member Public Attributes | Description |
---|---|
src | The template source. (public variable) |
dependencies | Files on which the template depends. (public variable) |
Public Attributes
variable src
Defined in header <doxybook/default_templates.hpp>
std::string src;
The template source.
variable dependencies
Defined in header <doxybook/default_templates.hpp>
std::vector< std::string > dependencies;
Files on which the template depends.
Updated on 2023-04-03