Add since tags to class

This commit is contained in:
Lukas Reschke 2016-08-11 19:33:37 +02:00
parent 8f12f5df15
commit 225eb27bca
No known key found for this signature in database
GPG key ID: B9F6980CF6E759B1
3 changed files with 9 additions and 1 deletions

View file

@ -23,7 +23,9 @@
namespace OCP\Settings;
/**
* @since 9.1
*/
interface IManager {
/**
* @since 9.1.0

View file

@ -23,6 +23,9 @@
namespace OCP\Settings;
/**
* @since 9.1
*/
interface ISection {
/**
* returns the ID of the section. It is supposed to be a lower case string,

View file

@ -25,6 +25,9 @@ namespace OCP\Settings;
use OCP\AppFramework\Http\TemplateResponse;
/**
* @since 9.1
*/
interface ISettings {
/**