From c27833b1435998a1444b53180c42ef10c47c818b Mon Sep 17 00:00:00 2001
From: Lukas Reschke <lukas@statuscode.ch>
Date: Sun, 13 Jan 2013 14:50:31 +0100
Subject: [PATCH] Add @brief to description

---
 lib/helper.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/helper.php b/lib/helper.php
index a01743cc27..7dd53411fa 100644
--- a/lib/helper.php
+++ b/lib/helper.php
@@ -626,7 +626,7 @@ class OC_Helper {
 	}
 
 	/*
-	 * checks if $sub is a subdirectory of $parent
+	 * @brief Checks if $sub is a subdirectory of $parent
 	 *
 	 * @param string $sub
 	 * @param string $parent
-- 
GitLab