It would make a good project for someone who is new to the Drupal contribution process. It's preferred over Newbie.
Please add function field_update_instance() to documentation.
This issue is asking that http://api.drupal.org/api/group/field_crud/7 show function field_update_instance()...
Hmmm... When I look at the source code for http://api.drupal.org/api/drupal/modules--field--field.crud.inc/7/source I can see field_update_instance() in there, but it is not showing up on the api.drupal.org page at all. I do not know why that is...
Ah, I see it! The doc comment for field_update_instance starts with
/*
rather than
/**
That should fix the problem. Just need a quick patch.
Here's a patch that fixes this doc header and another one or two that were also missing /**
It also brings doc one-line descriptions into compliance with current standards, for this file anyway.
Committed to CVS HEAD. Thanks.
Automatically closed -- issue fixed for 2 weeks with no activity.
Restoring issue tags, see #2125755: System messages removed all issue tags during D7 upgrade.
Comments
Comment #1
jhodgdonThis issue is asking that http://api.drupal.org/api/group/field_crud/7 show function field_update_instance()...
Hmmm... When I look at the source code for http://api.drupal.org/api/drupal/modules--field--field.crud.inc/7/source I can see field_update_instance() in there, but it is not showing up on the api.drupal.org page at all. I do not know why that is...
Ah, I see it! The doc comment for field_update_instance starts with
rather than
That should fix the problem. Just need a quick patch.
Comment #2
jhodgdonHere's a patch that fixes this doc header and another one or two that were also missing /**
It also brings doc one-line descriptions into compliance with current standards, for this file anyway.
Comment #3
dries commentedCommitted to CVS HEAD. Thanks.