- Jun 15, 2011
-
-
Nick Poulden authored
-
Rene Saarsoo authored
The change from class 'container' to id 'card-panel' screwed up something with CSS selectors specificity, so making the ID into a class and moving h3 styles back below .card-panel.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
This was a bogus/hacky implementation. Not all classes in the world will start with "Ext." - for example when we generate docs for this very docs app itself. Or deciding that class names can't be all-lowercase. Needs to be implemented properly.
-
Rene Saarsoo authored
Looking up guides from the main page is much more useful, there aren't that many of them. Besides the top100 list contained only 99 items anyway, now even less.
-
Rene Saarsoo authored
"container" is too ambiguous - everything is a container. Not good to have one specific container named "container".
-
Rene Saarsoo authored
- Renamed some classes with more sensible names. Instead of two two divs having .legend class, we now have .section class that's applied to all main divs on index page. - Removed extra </div> - Moved all index-page styles to one place. - Reduced some of the duplication.
-
Rene Saarsoo authored
- There's no tables. - There's no h2. - There's no .piechartlinks div. - There's no .group div.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Instead of using plain:true on tab-panel, setting some custom styles to render it almost like plain:true would. For some reason the plain:true just produced something ugly - now looks much better. Also renamed the ID of tab-panel and reformatted the styles a bit.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Nick Poulden authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
We aren't really sorting it. Also fixed comment for Top100 model.
-
Rene Saarsoo authored
Cherry-picked from nick/alt-tabs branch.
-
Nick Poulden authored
-
Rene Saarsoo authored
-
- Jun 14, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
For example with code like this: /** * My Function * @param {Number} foo */ function blah(foo, bar) { } The previous behaviour of JSDuck was to include both parameters to documentation. After this change only the first parameter will be documented, allowing us to easily have hidden parameters for internal use, which is quite common in ExtJS.
-
- Jun 13, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Separated aliases resolving to a separate class. More convenient to do it after all classes have been converted into Class instances.
-
Rene Saarsoo authored
Links to members can now optionally also specify member type.
-
Rene Saarsoo authored
Previously @alias could only be used for instance methods.
-
Rene Saarsoo authored
Initialize :members and :statics arrays automatically when instanciating JsDuck::Class.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- Jun 10, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Show class name if class selected. Show guide name if guide. Otherwise show the normal title, like it used to be.
-
Rene Saarsoo authored
This way the text of the message can be configured from Rakefile. Also, the default is now not to show the message - the message is only added to page in "export" task.
-
Rene Saarsoo authored
Also added some more descriptive comments for tasks.
-
Rene Saarsoo authored
Useful for showing some about-information for the docs. Added code to Rakefile to display the current JSDuck revision there.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Added extra div surrounding each subsection. Subsections now also get correctly shown/hidden.
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-