updating doc

This commit is contained in:
Filip Bucek 2019-11-06 09:15:33 +01:00
parent c6a8bf75e4
commit 725dbc29b1
2 changed files with 1 additions and 22 deletions

View File

@ -64,5 +64,4 @@ doc:
tags:
- shell
script:
- scripts/doc.sh
- scripts/doc.sh clean # 'clean' better clean before generating documentation

View File

@ -1,25 +1,5 @@
#pragma once
/** @page "Core SDK"
@m_class{m-block m-success} @par How to get the answer
@parblock
It's simple:
@m_class{m-code-figure} @parblock
@code{.cpp}
// this is the code
printf("The answer to the universe and everything is %d.", 5*9);
@endcode
@code{.shell-session}
The answer to the universe and everything is 42.
@endcode
@endparblock
@endparblock
*/
// Qt
#include <QtCore>
// c++