- Aug 07, 2012
-
-
Rene Saarsoo authored
Except for one case with @since tag where I can't access the context of input filename.
-
Rene Saarsoo authored
Only in UNIX.
-
- Aug 06, 2012
-
-
Rene Saarsoo authored
Allows defining a different version as a starting point for generating @new tags.
-
Rene Saarsoo authored
Removed the old yellow "Private" sign from classes - they now have an orange "private" bubble just like members. All other meta tags now also show up in class header.
-
Rene Saarsoo authored
Without this the lookup table will report duplicates that aren't really there.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
First off just a tag-based implementation of Ext4 overrides.
-
- Aug 03, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
As we no more support JRuby, we can require therubyracer as a dependency. This reverts commit aba71287.
-
Rene Saarsoo authored
Problem caused by the addition of --ext4-events option, which caused the append_ext4_event_options method to no more behave as it did.
-
Rene Saarsoo authored
As I'm dropping JRuby support, there's no need for extra redirection layer.
-
Rene Saarsoo authored
Not needed for day-to-day testing, a drag on performance.
-
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
-