forked from ondra/server-sdk
updating doc
This commit is contained in:
parent
c6a8bf75e4
commit
725dbc29b1
@ -64,5 +64,4 @@ doc:
|
||||
tags:
|
||||
- shell
|
||||
script:
|
||||
- scripts/doc.sh
|
||||
|
||||
- scripts/doc.sh clean # 'clean' better clean before generating documentation
|
||||
@ -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++
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user