MINOR Tidy up of class documentation for GridFieldDeleteAction

This commit is contained in:
Sean Harvey 2012-03-23 10:53:32 +13:00
parent 239b4a01f7
commit 98cc25a5fe

View File

@ -1,6 +1,6 @@
<?php
/**
* This class is an GridField component that adds a delete action for objects in a {@link GridField}.
* This class is a {@link GridField} component that adds a delete action for objects.
*
* This will also supports unlinking a relation instead of deleting the object. Use the {@link $removeRelation}
* property set in the constructor.