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 + */ });