- Mar 05, 2011
-
-
Ondrej Jirman authored
-
- Mar 04, 2011
-
-
Ondrej Jirman authored
-
Ondrej Jirman authored
-
Ondrej Jirman authored
-
- Feb 28, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
JsDuck defaults to markdown anyway, so just ignore it.
-
Rene Saarsoo authored
In Ext4 codebase @author is quite frequent, so why not support it.
-
Rene Saarsoo authored
Because this class name was used as part of the cache key, a class having method and event with same name would wrongly use the cached version of method in place of event. Now fixed.
-
- Feb 19, 2011
-
-
Rene Saarsoo authored
The most basic support for mixins. Detecting them when they are listed in "mixins:" section at the beginning of Ext.define() configuration object - some things can be between them, but it will still break fairly easily. - Listing mixed in classes in generated docs. - Listing the mixed in members in methods, events, etc tables the same way as inherited members.
-
Rene Saarsoo authored
Support for the simplest case where "extend:" is the first item in the config object passed to Ext.define.
-
Rene Saarsoo authored
Previously it was :assignment, which was a hack.
-
Rene Saarsoo authored
Now remembering source filename and line number of all doc-objects.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Strange how I forgot to add this really useful and trivial-to-implement feature.
-
- Feb 08, 2011
-
-
Rene Saarsoo authored
Updated gemfile and documentation.
-
- Jan 23, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Even more speed!
-
Rene Saarsoo authored
-
Rene Saarsoo authored
To make this performance-boost work, some restructuring was required: - Parser now includes DocParser, returning the doc-blocks in fully parsed form. - Aggregator no more includes Parser. Instead of parse() method it now has aggregate(), which expects output of Parser as input. Because of this some changes to unit tests were also needed. - App performs the parallel parsing of source code and then feeds the results of parsing sequencially to Aggregator. - Timing now reports three measures: parsing, aggregating, generating. But because of the parallel-phase, the report of parsing isn't that accurate as it also includes the generation of code files.
-
- Jan 20, 2011
-
-
Rene Saarsoo authored
This gives us about 18% of speed improvement.
-
- Jan 19, 2011
-
-
Rene Saarsoo authored
All tokens beginning with dash "/" are now handled in one place.
-
Rene Saarsoo authored
Minor speed gain.
-
Rene Saarsoo authored
skip_white_and_comments makes now less method calls.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
This makes the generating of pages about twice as fast.
-
Rene Saarsoo authored
In verbose mode the time spent in parsing and generating gets printed.
-
- Jan 17, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Remove redundant "then"-s.
-
Rene Saarsoo authored
Let's be nice to those who prefer different coding style.
-
- Jan 10, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Now we have reached feature-parity with ext-doc.
- Jan 09, 2011
-
-
Rene Saarsoo authored
Just ext-doc does it. Updated README changelog also.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Using the same prettify.js that we use in source/. For links inside code examples force showing of underlines - otherwise prettify will make the links undistinguishable from other source.
-
Rene Saarsoo authored
-