[Pkg-owncloud-commits] [owncloud-doc] 79/270: add braces

David Prévot taffit at moszumanska.debian.org
Thu Jul 31 03:53:03 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 0562f1c9488077c5f4f788466264698e2a529347
Author: Bernhard Posselt <dev at bernhard-posselt.com>
Date:   Mon May 12 02:44:56 2014 +0200

    add braces
---
 developer_manual/app/hooks.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/developer_manual/app/hooks.rst b/developer_manual/app/hooks.rst
index f0917ad..0e9f50b 100644
--- a/developer_manual/app/hooks.rst
+++ b/developer_manual/app/hooks.rst
@@ -26,7 +26,7 @@ The following hooks are available:
 
 Session
 -------
-Injectable from the ServerContainer by calling the method **getUserSession**. 
+Injectable from the ServerContainer by calling the method **getUserSession()**. 
 
 Hooks available in scope **\\OC\\User**:
  
@@ -42,7 +42,7 @@ Hooks available in scope **\\OC\\User**:
 
 UserManager
 -----------
-Injectable from the ServerContainer by calling the method **getUserManager**. 
+Injectable from the ServerContainer by calling the method **getUserManager()**. 
 
 Hooks available in scope **\\OC\\User**:
 
@@ -68,7 +68,7 @@ Hooks available in scope **\\OC\\Group**:
 
 Filesystem Root
 ---------------
-Injectable from the ServerContainer by calling the method **getRootFolder**, **getUserFolder** or **getAppFolder**.
+Injectable from the ServerContainer by calling the method **getRootFolder()**, **getUserFolder()** or **getAppFolder()**.
 
 Filesystem hooks available in scope **\\OC\\Files**:
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list