From 7211e68245e8938ddda8d6721fe66d9c782db1d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Fri, 1 Jul 2011 11:22:33 +0200 Subject: [PATCH] Add documentation to PathItem class. --- src/path/PathItem.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/path/PathItem.js b/src/path/PathItem.js index f8558304..8c402e89 100644 --- a/src/path/PathItem.js +++ b/src/path/PathItem.js @@ -16,7 +16,11 @@ /** * @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 */ var PathItem = this.PathItem = Item.extend(/** @lends PathItem# */{