Please add function field_update_instance() to documentation.

CommentFileSizeAuthor
#2 644106.patch4.18 KBjhodgdon

Comments

jhodgdon’s picture

Title: Documentation problem with Field CRUD API » field_update_instance doc needs minor fix
Issue tags: +Novice

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.

jhodgdon’s picture

Status: Active » Needs review
StatusFileSize
new4.18 KB

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.

dries’s picture

Status: Needs review » Fixed

Committed to CVS HEAD. Thanks.

Status: Fixed » Closed (fixed)
Issue tags: -Novice

Automatically closed -- issue fixed for 2 weeks with no activity.