add missing class documentation and link manual to it

This commit is contained in:
Chris Cromer 2022-12-10 18:23:39 -03:00
parent f810a25c0b
commit b908bdf89b
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 10 additions and 5 deletions

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: