Fix @extends tags in documentation: Only the immediately following class is required.

This commit is contained in:
Jürg Lehni 2011-06-16 21:43:31 +01:00
parent bcff3932b6
commit cb463b74f5
4 changed files with 0 additions and 4 deletions

View file

@ -39,7 +39,6 @@ var Layer = this.Layer = Group.extend({
* {@link Project#layers}.
*
* @extends Group
* @extends Item
* @constructs Layer
*/
initialize: function(items) {

View file

@ -39,7 +39,6 @@ var CompoundPath = this.CompoundPath = PathItem.extend({
* {@link Item#children} list.
*
* @extends PathItem
* @extends Item
*/
initialize: function(paths) {
this.base();

View file

@ -40,7 +40,6 @@ var Path = this.Path = PathItem.extend({
*
* @class The Path item represents a path in a Paper.js project.
* @extends PathItem
* @extends Item
* @constructs Path
*/
initialize: function(segments) {

View file

@ -36,7 +36,6 @@ var PointText = this.PointText = TextItem.extend({
* characters contained in it.
*
* @extends TextItem
* @extends Item
*/
initialize: function(point) {
this.base();