added introduction

This commit is contained in:
Dorian Zedler 2020-04-08 18:45:01 +02:00
parent 1278c29dfb
commit f17eed6a96
Signed by: dorian
GPG key ID: 989DE36109AFA354

View file

@ -4,6 +4,20 @@
#include <QObject>
#include <QMap>
/**
* @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: