Added base documentation generated from doxyen and sphinx

This commit is contained in:
Alejandro Saucedo 2020-08-28 07:52:03 +01:00
parent 4e2ef636c9
commit bac190632b
15 changed files with 2812 additions and 5 deletions

View file

@ -6,10 +6,16 @@
namespace kp {
/**
Base orchestrator which creates and manages device and child components
*/
class Manager
{
private:
public:
/**
Constructor
*/
Manager();
Manager(std::shared_ptr<vk::Instance> instance,