- Dec 05, 2010
-
-
Rene Saarsoo authored
Removed parameter list creation code from Table class as it's only needed for EventTable and MethodTable - so it's now in separate class that only those table-classes use.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The rest of the signature is pretty standard. Currently ignoring the link href value in signature - as we currently don't output source files.
-
Rene Saarsoo authored
Each documentation table type is now created by separate class. Common functionality being defined in baseclass JsDuck::Table.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
But still avoiding "stupid expansions".
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Stripping HTML tags from short versions of doc-rows.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- Nov 29, 2010
-
-
Rene Saarsoo authored
My test-data is now mainly the ExtJS framework source.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Eventually I would like to move all unit tests to rspec.
-
- Nov 27, 2010
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- Nov 26, 2010
-
-
Rene Saarsoo authored
Implemented Class.inherits_from? through which we check if class inherits from Ext.Component (or if needed, from any other class). Unlike in ext-doc we mark the Ext.Component itself also with component icon. It always had bothered me that the base component itself was not easily identifiable as component.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Previously they were interpreted as empty doc-comments.
-
Rene Saarsoo authored
-
- Nov 25, 2010
-
-
Rene Saarsoo authored
The same method now retrieves all members of a class: :cfg, :method, :property, and :event. Plus minor Merger enhancement - Missing name is now an empty string, not nil.
-
- Nov 24, 2010
-
-
Rene Saarsoo authored
Including the ones belonging to parent classes. All methods are augmented with :member field that says the class they belong to. In top-level filter_classes each Class instance also receives a hash of all classes - so that the Class.parent() method can return instance of parent class. Finally added some rudimentary tests for all this.
-
Rene Saarsoo authored
Introduction of ident/keyword separation broke this before, now it's working again.
-
Rene Saarsoo authored
Another regex v/s division tokenization enhancement.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
With that generalized the regex token detection - a division operator can never follow a keyword, but regex literal can.
-
- Nov 23, 2010
-
-
Rene Saarsoo authored
-
- Nov 22, 2010
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-