From d2a48d58ce2ffa2a599721b8acd78cf25909d236 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sun, 3 Nov 2013 13:38:25 +0100 Subject: fix "No page-level DocBlock" --- lib/public/il10n.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/public/il10n.php') diff --git a/lib/public/il10n.php b/lib/public/il10n.php index 805c8988aa2..817b299b0b7 100644 --- a/lib/public/il10n.php +++ b/lib/public/il10n.php @@ -7,6 +7,14 @@ * */ +/** + * Public interface of ownCloud for apps to use. + * L10n interface + * + */ + +// use OCP namespace for all classes that are considered public. +// This means that they should be used by apps instead of the internal ownCloud classes namespace OCP; /** -- cgit v1.2.3