-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
New API docs generated from the source code #747
Conversation
Conflicts: Gruntfile.js package.json
… feature/doc-generator Conflicts: src/js/player.js
Closing in favor of #801 |
grunt.loadNpmTasks('videojs-doc-generator'); | ||
|
||
// grunt.loadTasks('./docs/tasks/'); | ||
// grunt.loadTasks('../videojs-doc-generator/tasks/'); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should these commented lines be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, they could be.
On Nov 4, 2013, at 12:18 PM, BCjwhisenant notifications@github.com wrote:
In Gruntfile.js:
@@ -130,6 +159,11 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-less');
grunt.loadNpmTasks('grunt-s3');
grunt.loadNpmTasks('contribflow');
- grunt.loadNpmTasks('grunt-karma');
- grunt.loadNpmTasks('videojs-doc-generator');
- // grunt.loadTasks('./docs/tasks/');
- // grunt.loadTasks('../videojs-doc-generator/tasks/');
Should these commented lines be removed?
—
Reply to this email directly or view it on GitHub.
Would love any feedback on the docs and doc structure.
vjs.Player.md
would be the best one to check out.I still need to create the videojs-doc-generator repo and update the dependency, but I can run it locally to generate the docs.