From 08f7d4c552bf2c1974828c332b9dc74ea9ba8dd1 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Sat, 19 May 2012 10:36:57 +0200 Subject: document the public classes a bit more --- lib/public/config.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/public/config.php') diff --git a/lib/public/config.php b/lib/public/config.php index eb42277292d..762fb6b1800 100644 --- a/lib/public/config.php +++ b/lib/public/config.php @@ -34,6 +34,9 @@ */ namespace OCP; +/** + * This class provides functions to read and write configuration data. configuration can be on a system, application or user level + */ class Config { -- cgit v1.2.3