added introduction
This commit is contained in:
parent
1278c29dfb
commit
f17eed6a96
1 changed files with 14 additions and 0 deletions
|
@ -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:
|
||||
|
|
Reference in a new issue