Added base documentation generated from doxyen and sphinx
This commit is contained in:
parent
4e2ef636c9
commit
bac190632b
15 changed files with 2812 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue