From f91d2c95442c3a70aa15ffb31c9d69233e75d9c6 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Tue, 9 Oct 2012 10:51:38 -0700 Subject: Issue #1134088 by Cottser, catch: Properly document update-api functions --- includes/update.inc | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'includes') 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". - */ -- cgit v1.2.3