summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-10-09 10:51:38 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-10-09 10:51:38 -0700
commitf91d2c95442c3a70aa15ffb31c9d69233e75d9c6 (patch)
treee98702f24a72804c697b92b077100683b2811b25 /includes
parente320619e0796769c45c987e4efe6031e53ca0a03 (diff)
downloadbrdo-f91d2c95442c3a70aa15ffb31c9d69233e75d9c6.tar.gz
brdo-f91d2c95442c3a70aa15ffb31c9d69233e75d9c6.tar.bz2
Issue #1134088 by Cottser, catch: Properly document update-api functions
Diffstat (limited to 'includes')
-rw-r--r--includes/update.inc14
1 files changed, 0 insertions, 14 deletions
diff --git a/includes/update.inc b/includes/update.inc
index 2d70ac03a..588c4263b 100644
--- a/includes/update.inc
+++ b/includes/update.inc
@@ -1474,17 +1474,3 @@ function update_retrieve_dependencies() {
return $return;
}
-
-/**
- * @defgroup update-api-6.x-to-7.x Update versions of API functions
- * @{
- * Functions similar to normal API function but not firing hooks.
- *
- * During update, it is impossible to judge the consequences of firing a hook
- * as it might hit a module not yet updated. So simplified versions of some
- * core APIs are provided.
- */
-
-/**
- * @} End of "defgroup update-api-6.x-to-7.x".
- */