- Aug 03, 2012
-
-
Rene Saarsoo authored
-
- Aug 02, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
IE7 & 8 will download this kind of URL twice, so better to use a script. See also: http://stackoverflow.com/questions/4831741/can-i-change-all-my-http-links-to-just
-
Rene Saarsoo authored
Won't work in Ruby 1.8.
-
Rene Saarsoo authored
This way it'll play nicely when JSDuck is hosted over HTTPS.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Rewrite #! links into ?print= links.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The stylesheet assumes .x-panel-body div which wasn't present in print page.
-
Rene Saarsoo authored
I use it rarely, so no need to waste time on creating that.
-
Rene Saarsoo authored
We're still defaulting to auto-detection, but this option can be used to override the auto-detection.
-
- Aug 01, 2012
-
-
Rene Saarsoo authored
- Jul 31, 2012
-
-
Rene Saarsoo authored
Otherwise we need to pass around the ParallelWrap instance or config for it, which is annoying. Parallelization is more of an implementation detail - passing it explicitly to every class that needs to make use of it doesn't really fit to the interface of these classes. We shouldn't need to change the interface when switching from normal each loop to parallel each. So a singleton class it is.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- Jul 30, 2012
-
-
Rene Saarsoo authored
-
- Jul 27, 2012
-
-
Rene Saarsoo authored
Getting input from jsduck export, feeding output to Graphviz Dot program. For example: ./bin/graph docs-export/ | dot -Tsvg > diagram.svg
-
- Jul 26, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
To be in sync with the new header style used in docs.sencha.com.
-
Rene Saarsoo authored
Reimplement Guides#each_item so that the guide doesn't get passed to the block when loading of it had failed. Also make Logger#warn return false to be able to return with false right after showing warning.
- Jul 25, 2012
-
-
Rene Saarsoo authored
To allow easier changing of title of the produced HTML file.
-
Rene Saarsoo authored
The compare script now lists added, removed and changed members. The change tracking is currently targeted towards configs. We detect the following changes: type, default value, visibility. I refactored the script so it now finally has a sensible interface, with options --ignore (for the optional ignored methods/classes file) and --type (to limit output to just configs).
-
Rene Saarsoo authored
-
- Jul 24, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Use class and member names instead of indexes.
-
Rene Saarsoo authored
When documentation contains @since and/or @new tags, they always take precedence over auto-generated ones.
-
Rene Saarsoo authored
Along with @since tags generate @new tags. @new tag is added to any class/member that is available since the very latest version. Graphically the @new tags will be rendered as stars on yellow background.
-
Rene Saarsoo authored
Consequently OldVersions module now becomes Importer.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Newer connect-mongo versions cause trouble. Needs investigation.
-
- Jul 17, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The new --old-version option allows one to point JSDuck at doc exports for different versions. JSDuck will then import the exported data and generate @since tags based on that. For start only classes get @since tags.
-
- Jul 14, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The Class#get_members now allows three values for the 'static' parameter: true, false, nil. False can now be used to grab only instance members, while nil will return both instance & static.
-
- Jul 13, 2012
-
-
Rene Saarsoo authored
-