Kaydet (Commit) 80d1c914 authored tarafından Riccardo Magliocchetti's avatar Riccardo Magliocchetti

LibreOfficeKit: add doxygen since tag to _LibreOfficeKitClass struct

So it's easier for people adding language bindings know the
libreoffice version they depend on.

Change-Id: Ibe4526156663bb1250558b3f0e8517747a8add66
Reviewed-on: https://gerrit.libreoffice.org/21873Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
üst 2c5f8927
......@@ -53,9 +53,11 @@ struct _LibreOfficeKitClass
char* (*getError) (LibreOfficeKit* pThis);
/// @since LibreOffice 5.0
LibreOfficeKitDocument* (*documentLoadWithOptions) (LibreOfficeKit* pThis,
const char* pURL,
const char* pOptions);
/// @since LibreOffice 5.2
void (*freeError) (char* pFree);
#if defined LOK_USE_UNSTABLE_API || defined LIBO_INTERNAL_ONLY
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment