summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-08 05:07:53 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-08 05:07:53 +0000
commit44c2bfdcd1ec8e309ad05c2d681d5d3755adecea (patch)
treea69155127a3b4deb6dd69b9a03df0246487b6611 /includes/theme.inc
parentd9e75f3a63088b9608e5147138c299da924fc375 (diff)
downloadbrdo-44c2bfdcd1ec8e309ad05c2d681d5d3755adecea.tar.gz
brdo-44c2bfdcd1ec8e309ad05c2d681d5d3755adecea.tar.bz2
#898040 by jhodgdon: Replace @name with @defgroup in PHPDoc.
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index e042d5d2a..4bf80d855 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -10,7 +10,7 @@
*/
/**
- * @name Content markers
+ * @defgroup content_flags Content markers
* @{
* Markers used by theme_mark() and node_mark() to designate content.
* @see theme_mark(), node_mark()