more doc comments

This commit is contained in:
2018-01-25 08:11:27 +01:00
parent b2ead539bf
commit ceb658e246
12 changed files with 91 additions and 20 deletions
+3 -3
View File
@@ -1,15 +1,15 @@
//
// Created by MightyPork on 2017/11/26.
//
// Unit registry. This is a storage for dynamically allocated user units,
// handling units init, deinit and message passing.
// Unit registry. This is a storage for a list of unit drivers and dynamically allocated user units.
// Provides handling of units init, deinit and message passing.
//
#ifndef GEX_UNIT_REGISTRY_H
#define GEX_UNIT_REGISTRY_H
#include "platform.h"
#include <TinyFrame/TinyFrame.h>
#include <TinyFrame.h>
#include "unit.h"
/**