summaryrefslogtreecommitdiff
path: root/modules/node
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-02 17:26:40 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-02 17:26:40 +0000
commit7264290ea8117a9b65d181e55b7d36658c04ecbb (patch)
tree73d4eb4f745ae45421d8072ce4def9a50155061a /modules/node
parentd30dd0617ef725ec8744b4cf56c7e159f10039b6 (diff)
downloadbrdo-7264290ea8117a9b65d181e55b7d36658c04ecbb.tar.gz
brdo-7264290ea8117a9b65d181e55b7d36658c04ecbb.tar.bz2
#987384 by h_peter, jhodgdon: Fixed Topics/groups in D7 need cleanup
Diffstat (limited to 'modules/node')
-rw-r--r--modules/node/node.install5
-rw-r--r--modules/node/node.module1
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/node/node.install b/modules/node/node.install
index 4cf1d04b0..4be27cbe8 100644
--- a/modules/node/node.install
+++ b/modules/node/node.install
@@ -446,7 +446,7 @@ function _update_7000_node_get_types() {
}
/**
- * @defgroup updates-6.x-to-7.x System updates from 6.x to 7.x
+ * @addtogroup updates-6.x-to-7.x
* @{
*/
@@ -804,6 +804,5 @@ function node_update_7010() {
}
/**
- * @} End of "defgroup updates-6.x-to-7.x"
- * The next series of updates should start at 8000.
+ * @} End of "addtogroup updates-6.x-to-7.x"
*/
diff --git a/modules/node/node.module b/modules/node/node.module
index b238c9e85..9ca4f470b 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -3493,6 +3493,7 @@ function _node_access_rebuild_batch_finished($success, $results, $operations) {
/**
* @defgroup node_content Hook implementations for user-created content types.
* @{
+ * Functions that implement hooks for user-created content types.
*/
/**