Skip to content

Commit

Permalink
add comments for update-ghpages.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
a14n committed Jul 29, 2013
1 parent 48f0543 commit d05ee98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions update-ghpages.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import 'package:ghpages_generator/ghpages_generator.dart' as gh;

/**
* Run this file to update the _gh-pages_ branch with a fresh dartdoc of
* the library and examples compiled through dart2js.
* Once ran you only have to push the _gh-pages_ branch to github.
*/
main() {
new gh.Generator()
..setDartDoc(['lib/js.dart'], excludedLibs: ['metadata'], outDir: 'docs')
Expand Down

0 comments on commit d05ee98

Please sign in to comment.