From 9deabbee8db6852af7c96f1863e370d30c9182f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Tue, 14 Jun 2011 23:04:32 +0100 Subject: [PATCH] Start adding documentation to PathItem. --- src/path/PathItem.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/path/PathItem.js b/src/path/PathItem.js index 62b9aedf..0754f7c1 100644 --- a/src/path/PathItem.js +++ b/src/path/PathItem.js @@ -14,5 +14,16 @@ * All rights reserved. */ +/** + * @name PathItem + * @class + * @extends Item + */ var PathItem = this.PathItem = Item.extend({ + /** + * {@grouptitle Postscript Style Drawing Commands} + * + * @name PathItem#moveTo + * @param {Point} point + */ });