Generators.hpp should not be a public API. Add this to Generator.hpp for plugins to call: ``` MRDOX_DECL Error installGenerator( std::unique_ptr<Generator> ); ```