Add missing @since tags

Change-Id: Ie4436986f847828cf1644325d692d64c344b03c5
Reviewed-on: https://gerrit.libreoffice.org/60482
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
This commit is contained in:
Samuel Mehrbrodt 2018-09-14 11:23:25 +02:00
parent f90e32c06b
commit e625c64575
2 changed files with 4 additions and 0 deletions

View file

@ -14,6 +14,8 @@ module com { module sun { module star { module security {
/**
* Enum definition of a certificate kind ( X509, OpenPGP )
*
* @since LibreOffice 5.4
*/
enum CertificateKind
{

View file

@ -111,6 +111,8 @@ interface XCertificate : com::sun::star::uno::XInterface
/**
* the kind of certificate, X.509 or OpenPGP
*
* @since LibreOffice 5.4
*/
[attribute, readonly] com::sun::star::security::CertificateKind CertificateKind;