mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 14:30:39 +02:00
updating doc
This commit is contained in:
parent
c6a8bf75e4
commit
725dbc29b1
@ -64,5 +64,4 @@ doc:
|
|||||||
tags:
|
tags:
|
||||||
- shell
|
- shell
|
||||||
script:
|
script:
|
||||||
- scripts/doc.sh
|
- scripts/doc.sh clean # 'clean' better clean before generating documentation
|
||||||
|
|
||||||
@ -1,25 +1,5 @@
|
|||||||
#pragma once
|
#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
|
// Qt
|
||||||
#include <QtCore>
|
#include <QtCore>
|
||||||
// c++
|
// c++
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user