Commit a2e3025b authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Change links to main JSDuck repository in Github.

The main repo is now moved to senchalabs.
parent dbd94b5f
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ Standard rubygems install should do:

For hacking fork it from github.

    $ git clone git://github.com/nene/jsduck.git
    $ git clone git://github.com/senchalabs/jsduck.git
    $ cd jsduck
    $ rake --tasks

@@ -152,20 +152,20 @@ Documentation

Overview of documenting your code with JsDuck:

* [Class](https://github.com/nene/jsduck/wiki/Class)
* [Constructor](https://github.com/nene/jsduck/wiki/Constructor)
* [Config options](https://github.com/nene/jsduck/wiki/Cfg)
* [Properties](https://github.com/nene/jsduck/wiki/Property)
* [Methods](https://github.com/nene/jsduck/wiki/Method)
* [Events](https://github.com/nene/jsduck/wiki/Event)
* [Class](https://github.com/senchalabs/jsduck/wiki/Class)
* [Constructor](https://github.com/senchalabs/jsduck/wiki/Constructor)
* [Config options](https://github.com/senchalabs/jsduck/wiki/Cfg)
* [Properties](https://github.com/senchalabs/jsduck/wiki/Property)
* [Methods](https://github.com/senchalabs/jsduck/wiki/Method)
* [Events](https://github.com/senchalabs/jsduck/wiki/Event)

More details:

* [List of supported @tags][tags]
* [List of doc-comment errors(?) found in ExtJS source][errors]

[tags]: https://github.com/nene/jsduck/wiki/List-of-supported-@tags
[errors]: https://github.com/nene/jsduck/wiki/List-of-doc-comment-errors(%3F)-found-in-ExtJS-source
[tags]: https://github.com/senchalabs/jsduck/wiki/List-of-supported-@tags
[errors]: https://github.com/senchalabs/jsduck/wiki/List-of-doc-comment-errors(%3F)-found-in-ExtJS-source


Features and differences from ext-doc
@@ -286,4 +286,4 @@ Changelog

* 0.1 - initial version.

[overviewData.json]: https://raw.github.com/nene/jsduck/3ee0653554da1ddc54576e7df442d08c9a6d22fd/template/overviewData.json
[overviewData.json]: https://raw.github.com/senchalabs/jsduck/3ee0653554da1ddc54576e7df442d08c9a6d22fd/template/overviewData.json
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
  s.date = '2011-06-30'
  s.summary = "Simple JavaScript Duckumentation generator"
  s.description = "Documentation generator for ExtJS 4"
  s.homepage = "https://github.com/nene/jsduck"
  s.homepage = "https://github.com/senchalabs/jsduck"
  s.authors = ["Rene Saarsoo", "Nick Poulden"]
  s.email = "rene.saarsoo@sencha.com"
  s.rubyforge_project = s.name
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ module JsDuck
      @external_classes = []
      @show_private_classes = false
      @title = "Ext JS API Documentation"
      @footer = 'Generated with <a href="https://github.com/nene/jsduck">JSDuck</a>.'
      @footer = 'Generated with <a href="https://github.com/senchalabs/jsduck">JSDuck</a>.'
      @extjs_path = "extjs/ext-all.js"
      @append_html = ""
      @timer = Timer.new