From e0a14290c3506ef9afbcd1c3022c057a9a819ca6 Mon Sep 17 00:00:00 2001 From: "Frederic G. MARAND" Date: Sat, 6 Apr 2013 17:31:04 +0200 Subject: [PATCH] Issue #1963206 by fgm: hook_schema_alter() is now tagged @ingroup schemaapi. --- modules/system/system.api.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/system/system.api.php b/modules/system/system.api.php index e82ac89..07ba4a4 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -3164,6 +3164,8 @@ function hook_schema() { * * @param $schema * Nested array describing the schemas for all modules. + * + * @ingroup schemaapi */ function hook_schema_alter(&$schema) { // Add field to existing schema. -- 1.7.9.5