Sha256: 7136d15378a6f1a6a47ba66502783aa9d49c7b4dd2ef847b6afd78a799615ade

Contents?: true

Size: 562 Bytes

Versions: 2

Compression:

Stored size: 562 Bytes

Contents

/**
 * File description
 */

/**
 * Sample class
 * @class Point
 * @param {Object} [coords]
 * @param {Int} coords.x
 * @param {Int} coords.y
 */
function Point(options) {

}

/*
 * This should be skipped
 */

    /**
     * Tells if point was ever initilized with coordinates
     * @property {Boolean} [initilized=false]
     */
    Point.prototype.initilized = false;

    /**
     * Moves point by x,y
     * @method move
     * @param {Object} [by]
     * @param {Int} by.x
     * @param {Int} by.y
     */
    Point.prototype.move = function(by) {

    }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/comment-parser/tests/fixtures/sample.js
xcodebuild-helper-1.2.3 externals/ios-sim-master/node_modules/comment-parser/tests/fixtures/sample.js