diff options
Diffstat (limited to 'modules/field/field.crud.inc')
-rw-r--r-- | modules/field/field.crud.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/field/field.crud.inc b/modules/field/field.crud.inc index ff39f2243..6df32352b 100644 --- a/modules/field/field.crud.inc +++ b/modules/field/field.crud.inc @@ -16,7 +16,8 @@ * The Field CRUD API uses * @link field Field API data structures @endlink. * - * @see field + * See @link field Field API @endlink for information about the other parts of + * the Field API. */ /** @@ -827,7 +828,8 @@ function field_delete_instance($instance, $field_cleanup = TRUE) { * ); * @endcode * - * @see field + * See @link field Field API @endlink for information about the other parts of + * the Field API. */ /** |