- Oct 21, 2011
-
-
Rene Saarsoo authored
Don't reference it over the internet.
-
- Oct 20, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
So comments can be attatched to all of them.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
More descriptive. Also added options parameter to default implementation of loadInlineExample, just for completeness, as it's passed there although not used.
-
Rene Saarsoo authored
Shorter.
-
Rene Saarsoo authored
The special iframe for Touch 2 is now specified through this option, but more importantly users of JSDuck can now use inline examples for their own components by simply writing a custom iframe.html and linking the needed JS and CSS files from it.
-
Rene Saarsoo authored
Fix LocalStore#cleanup to not remove the settings stored under different local-storage-db name.
-
- Oct 19, 2011
-
-
Rene Saarsoo authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Rene Saarsoo authored
Simpler api to call from main app.rb
-
Rene Saarsoo authored
When no --categories option provided, the categories list for API-docs front page is auto-generated by dividing classes into categories based on the namespaces they belong to.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- Oct 17, 2011
-
-
Rene Saarsoo authored
Filenames in both warnings and log messages are converted to windows style if platform is Windows. Warnings begin again with "Warning: ".
-
Rene Saarsoo authored
It just made the code harder to read without adding any real value. Plus it's better to measure the performance using system 'time' command anyway.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Internally UNIX style filenames are always used, but for printing out it makes sense to use the platform-specific notation. Added small helper class to detect OS.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Fixes scanning directories for .js files in Windows.
- Oct 15, 2011
-
-
Rene Saarsoo authored
-
- Oct 14, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
--meta-tags option can now accept either a path to file or directory. And one can use the option multiple times to name several files one-by-one.
-
Rene Saarsoo authored
More accurate, as it's not only Markdown. If one desires doing Markdown-only, then he can include RDiscount by himself and do whatever he wants.
-
Rene Saarsoo authored
Previously it was either builtin ones or user-define ones. Now one can have a combination of the two.
-
Rene Saarsoo authored
Each meta-tag class is now responsible for rendering a block of all meta-tags of same type, complete with title and everything. The transform method has been replaced with to_html method that converts array of meta-tag contents into output HTML. No more are there @title and @hidden attributes.
-
Rene Saarsoo authored
When there's more than one file, pop up a menu with all files.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Nick Poulden authored
-
- Oct 13, 2011
-
-
Rene Saarsoo authored
One can now write: @param {Object} [scope=this] And the default value will be `this`.
-
Nick Poulden authored
-
Nick Poulden authored
-
Rene Saarsoo authored
Instead printing out a warning.
-
- Oct 12, 2011
-
-
Rene Saarsoo authored
-