finish up comments

This commit is contained in:
2023-02-20 22:01:14 -03:00
parent 88f17011ef
commit 09925b567c
20 changed files with 492 additions and 117 deletions

View File

@@ -1,15 +1,13 @@
#include <string>
/**
* @brief The obelisk namespace contains everything needed to compile obelisk.
* code.
* @brief The obelisk namespace contains everything needed to compile obelisk code.
*
*/
namespace obelisk
{
/**
* @brief The obelisk library provides everything needed to consult the
* KnowledgeBase.
* @brief The obelisk library provides everything needed to consult the KnowledgeBase.
*
*/
class Obelisk