- Sep 01, 2011
-
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
- Aug 31, 2011
-
-
Rene Saarsoo authored
When type definition names a known class, it's converted to link into that class.
-
- Aug 29, 2011
-
-
Rene Saarsoo authored
Add CSS files to touch rake task.
-
Rene Saarsoo authored
It's not fully correct, but at least it makes the @member tag work as expected.
-
- Aug 27, 2011
-
-
Nick Poulden authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Also some refactoring of the other rake tasks. live_docs task is now renamed to live_sdk.
-
Rene Saarsoo authored
The --title now specifies both the <title> and the contents of the header at the very top of docs app. The new default is "Sencha Docs - Ext JS". The title is no more used in classes index page. This has now static heading "API Documentation". Also the guides, videos, examples index pages have headings without "Ext JS" in them - so the headings will work also for Touch and whatever else. Finally the title is also used in print version. For this did some refactoring with writing the template files in app.rb.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Makes it possible to say "Ext.data.*" in categories file and have all the classes included automatically, instead of listing them all manually.
-
- Aug 26, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
List of multiple classes can be now provided to --external option. The Error class is now automatically included to externals list.
-
Rene Saarsoo authored
Stuff like: "Some string\ continues here". It's rarely used, but I encountered it in some Jasmine tests.
-
- Aug 25, 2011
-
-
Rene Saarsoo authored
Class tree bugfix
-
Ondrej Jirman authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The number of static tabs now depends on if --welcome, --guides, --videos and/or --examples options were specified. Only the classes tab is always on.
-
Rene Saarsoo authored
Also remove the <tpl> tag... leftover from JS version.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
comment-to-markdown formatting has to be done after writing source files, because doing the formatting in parallel breaks links between doc-objects and source files.
-
Rene Saarsoo authored
Again makes things quite a bit faster as we don't write as big files.
-
Rene Saarsoo authored
Created ClassFormatter for doing this. This speeds things up about 2x.
-
- Aug 24, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Remove code for using phantomjs entirely.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Previously refreshing the page while example tab open, would close all other tabs. Now first loading all the tabs and only after that performing history navigation.
-
Rene Saarsoo authored
Clearing the page first and then loading the example. Created separate examples.Container class.
-
Rene Saarsoo authored
Regression caused by switching to deferred rendering of all tabs.
-
- Aug 23, 2011
-
-
Rene Saarsoo authored
-
Nick Poulden authored
-
Nick Poulden authored
-