diff options
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r-- | modules/system/system.api.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index e349cb3ca..c497871e5 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -2633,9 +2633,11 @@ function hook_requirements($phase) { * details on schema definition structures. * * @return - * A schema definition structure array. For each element of the - * array, the key is a table name and the value is a table structure - * definition. + * A schema definition structure array. For each element of the + * array, the key is a table name and the value is a table structure + * definition. + * + * @ingroup schemaapi */ function hook_schema() { $schema['node'] = array( |