From b7db967dc5c80b7b62c0a734d174acdc0fa49f6d Mon Sep 17 00:00:00 2001
From: Lukas Reschke <lukas@statuscode.ch>
Date: Sun, 13 Jan 2013 14:54:18 +0100
Subject: [PATCH] Commentblocks should begin with two *

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

diff --git a/lib/helper.php b/lib/helper.php
index 7dd53411fa..47292c56ea 100644
--- a/lib/helper.php
+++ b/lib/helper.php
@@ -625,7 +625,7 @@ class OC_Helper {
 		return $newpath;
 	}
 
-	/*
+	/**
 	 * @brief Checks if $sub is a subdirectory of $parent
 	 *
 	 * @param string $sub
-- 
GitLab