diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-02-08 21:22:59 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-02-08 21:22:59 +0000 |
commit | 341a95b80353ce93c62050c3051c6402063da5dc (patch) | |
tree | 9a3e288e6b05c4f1725373e2afceb780e6f8739b /modules/field/field.info.inc | |
parent | d802c69a43ab0f47e88f8b26ea9f655af1404a5f (diff) | |
download | brdo-341a95b80353ce93c62050c3051c6402063da5dc.tar.gz brdo-341a95b80353ce93c62050c3051c6402063da5dc.tar.bz2 |
#369562 by bjaspan and yched: Clean up a few minor things in field API.
Diffstat (limited to 'modules/field/field.info.inc')
-rw-r--r-- | modules/field/field.info.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/field/field.info.inc b/modules/field/field.info.inc index 5ca11f837..e619e0488 100644 --- a/modules/field/field.info.inc +++ b/modules/field/field.info.inc @@ -1,4 +1,10 @@ <?php +// $Id$ + +/** + * @file + * TODO: Fill me in. + */ /** * @defgroup field_info Field Info API |