MINOR Documentation

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63985 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2008-10-09 05:54:55 +00:00
parent f8a02ca736
commit 8b194ab627

View File

@ -3,7 +3,10 @@
* Reports section of the CMS.
*
* All reports that should show in the ReportAdmin section
* of the CMS need to subclass {@link SSReport}.
* of the CMS need to subclass {@link SSReport}, and implement
* the appropriate methods and variables that are required.
*
* @see SSReport
*
* @package cms
* @subpackage reports