Commit graph

232 commits

Author SHA1 Message Date
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
4db5486986 Change build.sh to also generate documentation. 2011-05-22 18:45:49 +02:00
Jonathan Puckey
4365e5620a Add jsdoc-toolkit to build directory for generating documentation. 2011-05-22 18:44:39 +02:00
Jürg Lehni
b580016232 Change name of default build. 2011-05-06 19:19:23 +01:00
Jürg Lehni
b5a3392048 Clean up build scripts and update parse-js-min.js to use uglify instead of google compiler. 2011-04-26 15:53:48 +01:00
Jürg Lehni
bab7985185 Remove Google Closure Compiler and use UglifyJS instead, as it does not break the library and yields to similar compressions results. 2011-03-07 11:10:35 +00:00
Jürg Lehni
4fffbfcaff Update closure compiler to latest version. 2011-03-07 01:00:11 +00:00
Jürg Lehni
e1a7aff2f0 Add copyright notice and license file. 2011-03-07 00:50:44 +00:00
Jürg Lehni
66f5fcc847 Merge paper.js and build.js, to make sure the global paper object exists also when including seperate files during development and when running tests. 2011-03-04 16:52:17 +00:00
Jürg Lehni
52ab361ed5 Include minified version of parse-js (25kb) inside PaperScript object. 2011-03-03 22:55:18 +00:00
Jürg Lehni
2c78a0a08b Add beginning of support for <script type="text/paperscript">, inspired by Coffee Script. 2011-03-03 18:31:56 +00:00
Jürg Lehni
80a5e4513e Add preprocessor and build scripts for production of single file Paper.js version, based on previous work for Bootstrap. 2011-03-03 13:45:21 +00:00