diff options
Diffstat (limited to 'includes/image.inc')
-rw-r--r-- | includes/image.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/image.inc b/includes/image.inc index 9eb813dc1..28d63be77 100644 --- a/includes/image.inc +++ b/includes/image.inc @@ -9,6 +9,8 @@ /** * @defgroup image Image toolkits * @{ + * Functions for image file manipulations. + * * Drupal's image toolkits provide an abstraction layer for common image file * manipulations like scaling, cropping, and rotating. The abstraction frees * module authors from the need to support multiple image libraries, and it |