diff options
author | Gerrit Uitslag <klapinklapin@gmail.com> | 2015-06-30 22:41:51 +0200 |
---|---|---|
committer | Gerrit Uitslag <klapinklapin@gmail.com> | 2015-06-30 22:41:51 +0200 |
commit | 67b479b256ae7436b507860d32ee7e0b29b1657a (patch) | |
tree | 6f6cc63bf382d9475cddea494442d2f4d37fc059 /lib/plugins/acl/remote.php | |
parent | 2b6c681901bfed9efc7d09dca27aee308d48341d (diff) | |
download | rpg-67b479b256ae7436b507860d32ee7e0b29b1657a.tar.gz rpg-67b479b256ae7436b507860d32ee7e0b29b1657a.tar.bz2 |
PHPDocs for remote and action
Diffstat (limited to 'lib/plugins/acl/remote.php')
-rw-r--r-- | lib/plugins/acl/remote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/acl/remote.php b/lib/plugins/acl/remote.php index 42449428f..031686f95 100644 --- a/lib/plugins/acl/remote.php +++ b/lib/plugins/acl/remote.php @@ -8,7 +8,7 @@ class remote_plugin_acl extends DokuWiki_Remote_Plugin { /** * Returns details about the remote plugin methods * - * @return array + * @return array Information about all provided methods. {@see RemoteAPI} */ public function _getMethods() { return array( |