diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2011-01-03 18:03:54 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2011-01-03 18:03:54 +0000 |
commit | db538c82508fd04feab0d310ee2d0def72d479c8 (patch) | |
tree | da1a5a822b3171a0cfc615e541d45f06a30f35a6 /includes/database | |
parent | e193ae2b73ef46f35e49ddf415573523e57ec2d5 (diff) | |
download | brdo-db538c82508fd04feab0d310ee2d0def72d479c8.tar.gz brdo-db538c82508fd04feab0d310ee2d0def72d479c8.tar.bz2 |
#987384 follow-up by h_peter, jhodgdon: Further clean-ups to group topics.
Diffstat (limited to 'includes/database')
-rw-r--r-- | includes/database/schema.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/database/schema.inc b/includes/database/schema.inc index 184d895ff..e57c94bfb 100644 --- a/includes/database/schema.inc +++ b/includes/database/schema.inc @@ -11,6 +11,7 @@ require_once dirname(__FILE__) . '/query.inc'; /** * @defgroup schemaapi Schema API * @{ + * API to handle database schemas. * * A Drupal schema definition is an array structure representing one or * more tables and their related keys and indexes. A schema is defined by |