mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
doc: polish up api documentation.
This commit is contained in:
parent
d4f1864c13
commit
28008e2f91
2 changed files with 376 additions and 272 deletions
640
inc/thorvg.h
640
inc/thorvg.h
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
||||||
/*!
|
/*!
|
||||||
* \file thorvg_capi.h
|
* \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.
|
* Please refer to src/examples/Capi.cpp to find thorvg_capi examples.
|
||||||
*
|
*
|
||||||
* thorvg_capi module provides a set of functionality that allows to
|
* 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;
|
typedef struct _Tvg_Gradient Tvg_Gradient;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \defgroup ThorVGCapi C APIs
|
* \defgroup ThorVG_CAPI (BETA version)
|
||||||
* \brief ThorVG provides C interface.
|
* \brief ThorVG C Language Binding APIs.
|
||||||
*
|
*
|
||||||
* \{
|
* \{
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue