add missing class documentation and link manual to it

This commit is contained in:
2022-12-10 18:23:39 -03:00
parent f810a25c0b
commit b908bdf89b

View File

@@ -14,6 +14,11 @@
namespace obelisk
{
/**
* @brief The KnowledgeBase class represents a collection of facts, rules,
* actions, and related language connectors.
*
*/
class KnowledgeBase
{
private: