From 725dbc29b1e45c5076cadc7ca638a6b98a06e121 Mon Sep 17 00:00:00 2001 From: Filip Bucek Date: Wed, 6 Nov 2019 09:15:33 +0100 Subject: [PATCH] updating doc --- .gitlab-ci.yml | 3 +-- src/core/core.h | 20 -------------------- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79f8e15..573edbd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,5 +64,4 @@ doc: tags: - shell script: - - scripts/doc.sh - \ No newline at end of file + - scripts/doc.sh clean # 'clean' better clean before generating documentation \ No newline at end of file diff --git a/src/core/core.h b/src/core/core.h index d8bdc17..fe266de 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -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 // c++