From fc0984904cf57f382113af9c6837a2da881c7412 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Sun, 19 Feb 2023 01:09:54 -0300 Subject: [PATCH] add missing class doc --- src/lib/include/obelisk.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lib/include/obelisk.h b/src/lib/include/obelisk.h index 167183c..f379303 100644 --- a/src/lib/include/obelisk.h +++ b/src/lib/include/obelisk.h @@ -7,6 +7,11 @@ */ namespace obelisk { + /** + * @brief The obelisk library provides everything needed to consult the + * KnowledgeBase. + * + */ class Obelisk { public: