doc: polish up api documentation.

This commit is contained in:
Hermet Park 2021-04-30 18:53:20 +09:00 committed by GitHub
parent d4f1864c13
commit 28008e2f91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 376 additions and 272 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
/*!
* \file thorvg_capi.h
* \brief Function provides C bindings for thorvg library.
* \brief Function provides C bindings for thorvg library. (BETA version)
* Please refer to src/examples/Capi.cpp to find thorvg_capi examples.
*
* thorvg_capi module provides a set of functionality that allows to
@ -39,8 +39,8 @@ typedef struct _Tvg_Paint Tvg_Paint;
typedef struct _Tvg_Gradient Tvg_Gradient;
/**
* \defgroup ThorVGCapi C APIs
* \brief ThorVG provides C interface.
* \defgroup ThorVG_CAPI (BETA version)
* \brief ThorVG C Language Binding APIs.
*
* \{
*/