Merge pull request #106 from twpayne/re-enable-jsdoc

Re-enable jsdoc
This commit is contained in:
Tom Payne
2013-01-12 03:28:19 -08:00
3 changed files with 3 additions and 1 deletions

View File

@@ -79,7 +79,7 @@ def report_sizes(t):
virtual('all', 'build-all', 'build', 'examples')
virtual('precommit', 'lint', 'build-all', 'test', 'build', 'build-examples')
virtual('precommit', 'lint', 'build-all', 'test', 'build', 'build-examples', 'doc')
virtual('build', 'build/ol.css', 'build/ol.js')

View File

@@ -319,6 +319,7 @@ ol.renderer.dom.TileLayerZ_.prototype.addTile = function(tile) {
/**
* FIXME empty description for jsdoc
*/
ol.renderer.dom.TileLayerZ_.prototype.finalizeAddTiles = function() {
if (!goog.isNull(this.documentFragment_)) {

View File

@@ -76,5 +76,6 @@ ol.Tile.prototype.getState = function() {
/**
* FIXME empty description for jsdoc
*/
ol.Tile.prototype.load = goog.abstractMethod;