add missing class doc

This commit is contained in:
Chris Cromer 2023-02-19 01:09:54 -03:00
parent ba8788af56
commit fc0984904c
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@
*/
namespace obelisk
{
/**
* @brief The obelisk library provides everything needed to consult the
* KnowledgeBase.
*
*/
class Obelisk
{
public: