mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
PIXI-in-Docs fixups
- Removed hard-coded path (oops) - Added grunt task (oops) - Added EOLs
This commit is contained in:
parent
343c0dca3f
commit
a7044a6cb6
5 changed files with 7 additions and 5 deletions
|
@ -19,4 +19,6 @@ module.exports = function (grunt) {
|
|||
|
||||
grunt.registerTask('dist', ['replace', 'build', 'copy']);
|
||||
|
||||
grunt.registerTask('docs', ['pixidoc', 'builddoc']);
|
||||
|
||||
};
|
||||
|
|
|
@ -23,7 +23,7 @@ module.exports = function (grunt) {
|
|||
|
||||
grunt.registerTask('pixidoc', 'Generates JSDoc from the PIXI YUIdocs', function () {
|
||||
|
||||
var sources = ['C:/code/ph/phaser/src/pixi'];
|
||||
var sources = ['src/pixi'];
|
||||
var output = 'docs/pixi-jsdoc.js';
|
||||
|
||||
var yui2jsdoc = require('./yuidoc-to-jsdoc/converter');
|
||||
|
|
Loading…
Reference in a new issue