Add documentation to PathItem class.

This commit is contained in:
Jürg Lehni 2011-07-01 11:22:33 +02:00
parent 93518c07dc
commit 7211e68245

View file

@ -16,7 +16,11 @@
/** /**
* @name PathItem * @name PathItem
* @class *
* @class The PathItem class is the base for any items that describe paths
* and offer standardised methods for drawing and path manipulation, such as
* {@link Path} and {@link CompoundPath}.
*
* @extends Item * @extends Item
*/ */
var PathItem = this.PathItem = Item.extend(/** @lends PathItem# */{ var PathItem = this.PathItem = Item.extend(/** @lends PathItem# */{