- Feb 27, 2012
-
-
Rene Saarsoo authored
Variable 'comment' is already a parameter, no 'var' needed.
-
Rene Saarsoo authored
-
- Feb 25, 2012
-
-
Nick Poulden authored
-
- Feb 23, 2012
-
-
Rene Saarsoo authored
Simplify calls to #warn by moving more logic inside it. Now with the calls to warn taking up less space, other code comes easier to read.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Previously #membername always had to be prefixed with full class name. Now one can just use member name to reference member from current class.
-
Rene Saarsoo authored
-
- Feb 22, 2012
-
-
Rene Saarsoo authored
The default value is now specified in config.json in touch repo.
-
Rene Saarsoo authored
Not really used for now and only confuses things in this already cluttered file.
-
Rene Saarsoo authored
In touch2[export] task make use of SDK/touch/docs/build-* files. This removes the need for the whole rewriting process of welcome and eg-iframe pages.
-
Rene Saarsoo authored
-
- Feb 21, 2012
-
-
Rene Saarsoo authored
- Feb 20, 2012
-
-
Rene Saarsoo authored
There needs to be a separate mechanism for giving people access to all the assets used in documentation. The previous approach of writing out guides/videos/examples JSON files generated needless files for most users of the docs, while not really helping the people who wanted the actual source files of the docs, as these files weren't really the actual source files, only gone-through-jsduck versions of only some of them.
-
Rene Saarsoo authored
The default icon files is now icon.png. When guide doesn't contain it, icon-lg.png is looked for. When that is also missing, the default guide icon is used.
-
Rene Saarsoo authored
This was a hack with no obvious need. All guides are now read only from guides/ dir, like in ye old times.
- Feb 17, 2012
-
-
Rene Saarsoo authored
When used on a member, it's treated as if the doc-comment wasn't even there. When used on a class, all its members will be ignored too. This makes it a useful tool to easily exclude a class or a member from docs.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Singletons and components are now shown with their designated icons in search results dropdown.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
By default MetaTagRegistry.instance will return a registry that's loaded with builtin tags. This instance can be overridden for testing and for loading custom tags. This greatly simplifies tests and makes them faster as we no more need to ensure that MetaTagRegistry has been loaded with builtins before running the tests. The registry is only instanciated once for the general case and second time for running special tests against itself. Previously initialization happened multiple times.
-
Rene Saarsoo authored
Hacks no more needed to inject private tag into meta tags list, it's now in there naturally. Although now I'm doing a small hack to make :private appear on doc object hash itself. With this, the [pri] label will appear in search results dropdown.
-
Rene Saarsoo authored
This way one can easily differenciate between static, deprecated, and other types of items in search results.
-
Rene Saarsoo authored
It's now OK for a guide to be listed in multiple groupes, but when it's listed multiple times within one group, a warning is printed. Also added new warning type :dup_asset.
-
Rene Saarsoo authored
Build a map by position type once, instead of filtering tags list every time.
-
- Feb 16, 2012
-
-
Rene Saarsoo authored
Previusly null resulted in type=nil which caused problems when @cfg happened to be @accessor that generated methods which then ended up having nil return type and nil param type.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
@hide is no more equivalent of @private. Members tagged with @hide won't appear in documentation at all.
-
Rene Saarsoo authored
-
- Feb 15, 2012
-
-
Rene Saarsoo authored
This variable is no more used.
- Feb 14, 2012
-
-
Nick Poulden authored
-
Nick Poulden authored
-
Rene Saarsoo authored
Simply use the same icons that the actual guides/videos/examples use and force-scale them down to 50px width.
-
Rene Saarsoo authored
Also output file and linenr when context available.
-
Rene Saarsoo authored
Previously these fields were named "text" and "desc" which was different from guides and videos for no actual reason. We still support the old field names for backwards compatibility.
-
Rene Saarsoo authored
For now using the same icons as in tabs.
-
Rene Saarsoo authored
The tags can now position their content either above or below the other content, while defaulting to placing it below like all tags were before.
-