From f17eed6a9626026e9aa91a7574ea8219cbc08ebf Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Wed, 8 Apr 2020 18:45:01 +0200 Subject: [PATCH] added introduction --- ScStwLibraries/ScStw.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ScStwLibraries/ScStw.hpp b/ScStwLibraries/ScStw.hpp index 5cb152a..e624b8b 100644 --- a/ScStwLibraries/ScStw.hpp +++ b/ScStwLibraries/ScStw.hpp @@ -4,6 +4,20 @@ #include #include +/** + * @mainpage ScStw Libraries documentation + * + * @section intro_sec Introduction + * + * This is the Introduction + * + * @section section install_sec Installation + * @subsection step1 Step 1: Opening the box + */ + +/** + * @brief The ScStw class provides some shared functions and enums for use in the ScStw project. + */ class ScStw : public QObject { Q_OBJECT public: