]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add since tags to class
authorLukas Reschke <lukas@statuscode.ch>
Thu, 11 Aug 2016 17:33:37 +0000 (19:33 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Thu, 11 Aug 2016 17:33:37 +0000 (19:33 +0200)
lib/public/Settings/IManager.php
lib/public/Settings/ISection.php
lib/public/Settings/ISettings.php

index c0170c43bb8942dc532e4acc20ac38bc81c7781d..8aa7a9ac2488cffdb6c74693feffa69fe32ecb04 100644 (file)
@@ -23,7 +23,9 @@
 
 namespace OCP\Settings;
 
-
+/**
+ * @since 9.1
+ */
 interface IManager {
        /**
         * @since 9.1.0
index 2905b087c326e8cb5052caf8da1edd7c68306cb1..5edf5de0ca4f5e8ab46e2d1b5c6887c40f81fc80 100644 (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,
index 07d265a533e06aa3c0286bf2fbc1f6a1c7ba5e39..611bb713b33bdb1c2e8d3cf2a2c5166c3d0e658c 100644 (file)
@@ -25,6 +25,9 @@ namespace OCP\Settings;
 
 use OCP\AppFramework\Http\TemplateResponse;
 
+/**
+ * @since 9.1
+ */
 interface ISettings {
 
        /**