- Jul 04, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Previously H5 and H6 weren't styled at all, resulting them looking like plain text.
-
Rene Saarsoo authored
Also print out message in verbose mode about the auto-detected config file, so reading it happens with less magic. Fixes #402
-
Rene Saarsoo authored
-
- Jul 03, 2013
-
-
Rene Saarsoo authored
But instead of standard RKelly gem, use our own rkelly-remix fork.
-
Rene Saarsoo authored
-
- Jul 02, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Previously all property keys were treated as being identifiers - now we correctly detect if they're strings or numbers.
-
Rene Saarsoo authored
RKelly chokes when it sees that.
-
Rene Saarsoo authored
Causes problems with RKelly which chokes when it sees a reserved word like that inside a property chain.
-
Rene Saarsoo authored
Ext 1.1 source happened to contained code like: /** * @param {String} (optional) */ which brought JSDuck crashing down.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- Jul 01, 2013
-
-
Rene Saarsoo authored
The Js::Associator expects all nodes to have "range".
-
- Jun 25, 2013
-
-
Rene Saarsoo authored
-
- Jun 19, 2013
-
-
Rene Saarsoo authored
-
- Jun 14, 2013
-
-
Rene Saarsoo authored
Inside RKellyParser: - Invoke RKelly. - Adapt its output with RKellyAdapter - Set the correct range for root node. - Pass the adapated AST to Associator. Change RKellyAdapter to: - Create root "Program" node. - Adapt the comment nodes inside this root node. - Adjust the range end by one - so it matches the esprima way. - Include line number to the adapter range.
-
- Jun 13, 2013
-
-
Rene Saarsoo authored
Intending to use the same logic in RKellyParser.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- Jun 10, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
In an attempt to replace Esprima with RKelly, I created an adapter to convert the RKelly AST into Esprima AST.
-
- May 31, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The backwards-compatibility fix for code like: Here's the code example:<pre><code> alert("Blah"); </code></pre> was a bit too lose. So tightened it up to only apply in case where the <pre> or <pre><code> is at the end of line. Fixes: #380
-
- May 30, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
There was a conflict with one method looping over array while other deleting items from it at the same time. Fixes: #378
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The existing code for skipping constructors had become outdated.
-
- May 28, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
- May 27, 2013
-
-
Rene Saarsoo authored
Instead the MemberTag class now has two helper methods: - member_link - for rendering member name as a link. - member_params - for rendering the params list. Most of the complexity was really related to rendering the method signature - all this logic is now in Tag::Method class.
-
Rene Saarsoo authored
Some leftover from old times - not needed at all.
-
Rene Saarsoo authored
Without this 1px shift some of the icons will be missing pixels from the bottom.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Member icons are now defined in member tag classes. There the :icon field defines the icon file which is included to the docs app resources and an appropriate CSS gets generated.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- May 26, 2013
-
-
Rene Saarsoo authored
In Ruby 1.8 it happens that MemberTag is loaded twice and the constants in it get redefined, and trigger a warning.
-
Rene Saarsoo authored
-