- Jul 11, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
This component had nothing to do with being inline.
-
Rene Saarsoo authored
Also accessing the ID outside the class through a method.
-
Rene Saarsoo authored
- Added missing semicolons. - Added and improved comments. - Removed extra whitespace. - Removed self-variables, which were of minimal use.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Also change the CSS class name to be more CSS-ish.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Same thing as with tree in previous commit.
-
Rene Saarsoo authored
The tree nodes are now actual links, so middle-click is handled by the browser itself, and it's even possible to right-click and choose "Open in new tab" from menu.
-
- Jul 08, 2011
-
-
Rene Saarsoo authored
Added small "<" and ">" buttons below the search results dropdown that switch from one page to another.
-
Rene Saarsoo authored
Fixes newlines problem in IE7/8.
-
Rene Saarsoo authored
The resulting documentation may otherwise contain files like JSON.html and Json.html, which are different in UNIX, but will cause a conflict when transferred to Windows. Now doing a case-insensitive file_exists? check even on UNIX.
-
- Jul 07, 2011
-
-
Rene Saarsoo authored
-
- Jul 06, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Moved HTML surrounding footer text to app.rb
-
Rene Saarsoo authored
The --body-html replaces --append-html. The canonical URL and description are now added through --head-html - so they aren't hardcoded and can be changed when JSDuck is used for something else than ExtJS 4.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The other possibility is pretty useless. Plus the code is now re-using the @export property for STDOUT export.
-
Thomas Aylott authored
-
Thomas Aylott authored
-
Thomas Aylott authored
-
- Jul 05, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
That's equivalent to using Ext.define(). See this issue: https://github.com/senchalabs/jsduck/issues/40
-
- Jul 04, 2011
-
-
Rene Saarsoo authored
As suggested in: https://github.com/senchalabs/jsduck/issues/38 I feel it's a bit better without the scrolling. Especially when clicking on a method in search results, in which case the scrolling was really only a distraction.
-
Rene Saarsoo authored
A hash (#) was missing at the beginning of URL, so double-clicking or ctrl-clicking a link was opening a 404-page.
-
Rene Saarsoo authored
This way when generating the docs, the source files for guides will also be included, allowing users of the docs to use these to generate the guides by themselves.
-
- Jul 01, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
As suggested by Aaron Conran.
-
- Jun 30, 2011
-
-
Rene Saarsoo authored
The main repo is now moved to senchalabs.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Instead attempt to auto-detect if we are parsing Ext4 code.
-