Commit graph

31 commits

Author SHA1 Message Date
Jonathan Puckey
6d13b1eb5d jsdoc template: hide constructors without a description. 2011-05-30 12:31:15 +02:00
Jonathan Puckey
a3ea5e0de5 jsdoc template: Add empty .gitignore file to packages folder. 2011-05-29 20:11:22 +02:00
Jonathan Puckey
044dd34e9f jsdoc: when linking to a member of the same class, toggle it. 2011-05-29 17:23:45 +02:00
Jonathan Puckey
1bbf5e27bf jsdoc template: change title of index page. 2011-05-29 16:58:33 +02:00
Jonathan Puckey
7e34c713b0 jsdoc template: fix links and remove unnecessary rendering of template. 2011-05-29 14:00:56 +02:00
Jonathan Puckey
de9378f5c6 jsdoc: render menu and move resources into static. 2011-05-28 19:31:41 +02:00
Jonathan Puckey
3bb4e4a0c7 jsdoc template: rename title of inherited functions / properties. 2011-05-28 19:29:44 +02:00
Jonathan Puckey
33b69f3205 Jsdoc: Update the java Rhino library. 2011-05-28 19:24:08 +02:00
Jonathan Puckey
54b40faf5d jsdoc: clean up templates and publish.js. 2011-05-28 15:43:26 +02:00
Jonathan Puckey
1bcb8a3e34 jsdoc: expand (parameter,parameter) to (parameter, parameter) in Link.prototype._makeSymbolLink. 2011-05-28 03:05:23 +02:00
Jonathan Puckey
70a3300927 jsdoc: when no default value is given, just put optional. 2011-05-28 02:27:56 +02:00
Jonathan Puckey
69732bcbad jsdoc: implement constructors plugin that scans for symbols named Class#initialize or Class.Class and places them in the Constructors list in the documentation. 2011-05-28 02:13:52 +02:00
Jonathan Puckey
f78259f8de jsdoc: change parser to allow for multiply symbols of the same name. 2011-05-28 02:11:30 +02:00
Jonathan Puckey
30c92ae382 jsdoc publish.js: remove debug statement. 2011-05-27 20:27:42 +02:00
Jonathan Puckey
75620403d8 jsdoc: ignore constructor if the class is a namespace. 2011-05-27 19:59:30 +02:00
Jonathan Puckey
6e8824f7bb jsdoc: surround read only text with paragraph. 2011-05-27 19:58:59 +02:00
Jonathan Puckey
079692bdc3 More work on jsdoc method linking. 2011-05-27 19:58:31 +02:00
Jonathan Puckey
8bfc9c3e2a jsdoc: support {@link Class#method(param1, param2)} -> Class#method-param1-param2. 2011-05-27 19:43:45 +02:00
Jonathan Puckey
b98f69a75c jsdoc: support @true tag. 2011-05-27 18:40:47 +02:00
Jonathan Puckey
2f67552791 jsdoc: include parameter descriptions. 2011-05-27 18:27:01 +02:00
Jonathan Puckey
41925ea990 More docs rendering work. 2011-05-27 17:59:31 +02:00
Jonathan Puckey
f9d9847320 jsdoc: add methods and properties from inherited classes. 2011-05-27 14:59:43 +02:00
Jonathan Puckey
8887a4494c jsdoc: add support for @readonly tags. 2011-05-27 13:55:59 +02:00
Jonathan Puckey
1821dcd415 jsdoc: convert <code> blocks to <pre>. 2011-05-27 13:55:41 +02:00
Jonathan Puckey
d95342c8b8 jsdoc: Hide constructors of classes whose name match Event or Style. 2011-05-27 13:55:19 +02:00
Jonathan Puckey
4dcc320871 Implement Scriptographer docs template in jsdoc (work in progress). 2011-05-26 20:13:07 +02:00
Jonathan Puckey
d03e6b22dd Cleanup the jsdoc template a bit. 2011-05-23 15:28:31 +02:00
Jonathan Puckey
e1cfadf9a3 Remove some of the cruft from the documentation template. 2011-05-23 14:51:59 +02:00
Jonathan Puckey
713649206b jsdoc template: take out all alphabetical sorting. 2011-05-23 04:07:37 +02:00
Jonathan Puckey
c0d63b1faf jsdoc template: don't sort by name. 2011-05-23 03:54:18 +02:00
Jonathan Puckey
4365e5620a Add jsdoc-toolkit to build directory for generating documentation. 2011-05-22 18:44:39 +02:00