format to 80 columns for terminal display

This commit is contained in:
2023-02-20 22:05:57 -03:00
parent 09925b567c
commit adc5042c6c
30 changed files with 412 additions and 194 deletions

View File

@@ -1,13 +1,15 @@
#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