summaryrefslogtreecommitdiff
path: root/modules/php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-09-28 22:22:54 +0000
committerDries Buytaert <dries@buytaert.net>2009-09-28 22:22:54 +0000
commit67f2c101c1a415afdf40ab02b716e242b57fd5e1 (patch)
tree9e9a181a58c81698a4314dc281a7651f8e785a49 /modules/php
parent009724f220a46e06ffbdc28d105c4fdb16c028c4 (diff)
downloadbrdo-67f2c101c1a415afdf40ab02b716e242b57fd5e1.tar.gz
brdo-67f2c101c1a415afdf40ab02b716e242b57fd5e1.tar.bz2
- Patch #584966 by mr.baileys, sun: add doxygen group for PHP function wrappers in Drupal.
Diffstat (limited to 'modules/php')
-rw-r--r--modules/php/php.module2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/php/php.module b/modules/php/php.module
index f9b7d5bcf..c4e2dfb92 100644
--- a/modules/php/php.module
+++ b/modules/php/php.module
@@ -48,6 +48,8 @@ function php_permission() {
* @return
* A string containing the printed output of the code, followed by the returned
* output of the code.
+ *
+ * @ingroup php_wrappers
*/
function php_eval($code) {
global $theme_path, $theme_info, $conf;