-------------------------------------------------------------------------
| 72 | |
| 73 | //------------------------------------------------------------------------- |
| 74 | HtmlFolderStructure::HtmlFolderStructure(const std::filesystem::path& templateFolder) |
| 75 | : templateFolder_(templateFolder) |
| 76 | { |
| 77 | } |
| 78 | |
| 79 | //------------------------------------------------------------------------- |
| 80 | HtmlFolderStructure::~HtmlFolderStructure() = default; |
nothing calls this directly
no outgoing calls
no test coverage detected