summaryrefslogtreecommitdiff
path: root/modules/taxonomy
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-03 18:03:54 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-03 18:03:54 +0000
commitdb538c82508fd04feab0d310ee2d0def72d479c8 (patch)
treeda1a5a822b3171a0cfc615e541d45f06a30f35a6 /modules/taxonomy
parente193ae2b73ef46f35e49ddf415573523e57ec2d5 (diff)
downloadbrdo-db538c82508fd04feab0d310ee2d0def72d479c8.tar.gz
brdo-db538c82508fd04feab0d310ee2d0def72d479c8.tar.bz2
#987384 follow-up by h_peter, jhodgdon: Further clean-ups to group topics.
Diffstat (limited to 'modules/taxonomy')
-rw-r--r--modules/taxonomy/taxonomy.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index 459affa7e..9a1228a37 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -1621,7 +1621,7 @@ function taxonomy_rdf_mapping() {
}
/**
- * @defgroup taxonomy indexing Taxonomy functions maintaining {taxonomy_index}.
+ * @defgroup taxonomy_index Taxonomy indexing
* @{
* Functions to maintain taxonomy indexing.
*
@@ -1725,5 +1725,5 @@ function taxonomy_taxonomy_term_delete($term) {
}
/**
- * @} End of "defgroup taxonomy indexing"
+ * @} End of "defgroup taxonomy_index"
*/