MDL-44358 inform developers that CSS handling was refactored

This commit is contained in:
Petr Škoda 2014-03-03 14:19:12 +08:00
parent 98245a84a2
commit 31f28b6ac2
3 changed files with 12 additions and 1 deletions

View file

@ -15,10 +15,12 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* This file contains CSS related class, and function for the CSS optimiser
* This file contains CSS related class, and function for the CSS optimiser.
*
* Please see the {@link css_optimiser} class for greater detail.
*
* NOTE: these functions are not expected to be used from any addons.
*
* @package core
* @subpackage cssoptimiser
* @copyright 2012 Sam Hemelryk