2040 Commits

Author SHA1 Message Date
micmath
ec96fe49e8 Refactor of var scope code.
git-svn-id: https://jsdoc.googlecode.com/svn/trunk/@15 d5942f49-e6af-b5c1-9d01-85772c7ca168
2011-02-24 17:10:38 +00:00
micmath
cbab597b91 Improved detection of outer/inner scoped variables.
git-svn-id: https://jsdoc.googlecode.com/svn/trunk/@14 d5942f49-e6af-b5c1-9d01-85772c7ca168
2011-02-24 17:10:24 +00:00
micmath
6af99edab7 Added support for @typedef tag.
git-svn-id: https://jsdoc.googlecode.com/svn/trunk/@13 d5942f49-e6af-b5c1-9d01-85772c7ca168
2011-02-24 17:10:12 +00:00
micmath
ff90450af5 Doclets that are immediately adjacent to each other are now considered @also docs.
git-svn-id: https://jsdoc.googlecode.com/svn/trunk/@12 d5942f49-e6af-b5c1-9d01-85772c7ca168
2011-02-24 17:10:00 +00:00
micmath
d53971d2f3 Added support for the @also pragma, to allow multiple doclets to be associated with the same line of source code. Tweaks to the default template.
git-svn-id: https://jsdoc.googlecode.com/svn/trunk/@11 d5942f49-e6af-b5c1-9d01-85772c7ca168
2011-02-24 17:09:48 +00:00
micmath
2f5934ba65 Updated package.json to include new svn repo.
git-svn-id: https://jsdoc.googlecode.com/svn/trunk/@10 d5942f49-e6af-b5c1-9d01-85772c7ca168
2011-02-24 17:09:38 +00:00
Michael Mathews
6a52c03201 Work on templates. Replaced mustache with Underscore Template code. 2011-02-24 17:09:10 +00:00
Michael Mathews
10a71c6b4b Fixes for var scoping, @lends and @borrows. 2011-02-22 09:44:50 +00:00
Michael Mathews
61e74dcd5f Fixed up default template more, added static files. 2011-02-13 00:18:09 +00:00
Michael Mathews
d36955ccf8 Refactor of var scope code. 2011-02-11 21:12:53 +00:00
Michael Mathews
e4852bcb15 Improved detection of outer/inner scoped variables. 2011-02-10 23:23:12 +00:00
Michael Mathews
228835ec1f Added support for @typedef tag. 2011-02-08 20:04:49 +00:00
Michael Mathews
51243ece55 Doclets that are immediately adjacent to each other are now considered @also docs. 2011-02-06 10:35:14 +00:00
Michael Mathews
602c41680d Added support for the @also pragma, to allow multiple doclets to be associated with the same line of source code. Tweaks to the default template. 2011-02-06 00:41:40 +00:00
Michael Mathews
6917abcc4f Updated package.json to include new svn repo. 2011-02-05 23:35:56 +00:00
micmath
334ea0b24b Update to build script to handle mirroring to svn.
git-svn-id: https://jsdoc.googlecode.com/svn/trunk/@8 d5942f49-e6af-b5c1-9d01-85772c7ca168
2011-02-05 23:00:00 +00:00
micmath
9ff4b78860 Merge branch 'master' into svn
git-svn-id: https://jsdoc.googlecode.com/svn/trunk/@7 d5942f49-e6af-b5c1-9d01-85772c7ca168
2011-02-05 22:47:19 +00:00
Michael Mathews
15e0b19960 Fixes to the display of @example in th edefault template. 2011-02-05 22:36:25 +00:00
Michael Mathews
3fb43f45c2 Update to default template to show property attributes. 2011-02-05 11:31:02 +00:00
Michael Mathews
9f58b0fed1 Added support for parsing package.json files. 2011-02-05 09:59:59 +00:00
Michael Mathews
92b54f6f32 Added support for the @default tag. 2011-02-04 21:37:36 +00:00
Michael Mathews
ef817dbb35 Updates to internal jsdocs. Improvements to the defaulttemplate. 2011-01-31 22:02:42 +00:00
Michael Mathews
e9fc9454b8 Refactor: moved setlongname from jsdoc/name to jsdoc/doclet. Added docs to jsdoc/doclet. 2011-01-30 19:24:18 +00:00
Michael Mathews
2facb898bf Additional tests for @borrows. 2011-01-30 15:54:07 +00:00
Michael Mathews
bf7b667861 Added tests for the @borrows tag. 2011-01-30 14:31:59 +00:00
Michael Mathews
064affcf87 Added support for variation identifiers in symbol names, like foo(1) and foo(2). 2011-01-30 10:38:24 +00:00
Michael Mathews
48995922df Now supports node convention of assigning exported symbols to global "this" inside a @module file. 2011-01-29 18:04:46 +00:00
Michael Mathews
f78a10c4b4 Added additional tests for @exports. 2011-01-29 17:08:01 +00:00
Michael Mathews
f7a62a913a Added better support for documenting properties of the "exports" global in commonjs modules. 2011-01-29 10:31:50 +00:00
Michael Mathews
e10095b428 Better support of documented anonymous functions. 2011-01-26 09:11:39 +00:00
Michael Mathews
21acdae04f Added exceptions to template. Improved name/longname resolution: namespace now is only applied to longname when using the @alias tag, names that are fully quoted strings no longer have incorrect shortening. 2011-01-26 08:48:01 +00:00
Michael Mathews
a26891e81a Added test files for alias. 2011-01-25 19:20:28 +00:00
Michael Mathews
5d9e175778 Added additional test for alias. 2011-01-25 19:19:49 +00:00
Michael Mathews
9fa998f5e3 Updated about info. 2011-01-24 22:42:48 +00:00
Michael Mathews
0297bb99f9 Added support for @project and @license tags. Better support for this-variables in a @constructs scope. Name property no does not have namespace applied, only longname does. 2011-01-24 22:42:14 +00:00
Michael Mathews
221aa8cbad Changed kind from "constructor" to "class", added support for @constructs tag to document the constructor function separately to the class documentation. Added support for documenting anonymous functions. 2011-01-24 18:00:01 +00:00
Michael Mathews
a0cb357397 Made returns property an array. 2011-01-23 14:09:10 +00:00
Michael Mathews
bedb2d749d Tweaks to param template. Added support for multiple paths to require. 2011-01-23 10:57:00 +00:00
Michael Mathews
aef2663dc2 Improved layout and css of params in the default template. 2011-01-23 01:20:02 +00:00
Michael Mathews
6b25e91bb0 Update to readme. 2011-01-22 23:58:26 +00:00
Michael Mathews
9a4a23d329 Clean up of test folder -- removing old samples dir. 2011-01-22 23:37:53 +00:00
Michael Mathews
afe2b90e1f Moving docs to gh-pages branch. 2011-01-22 23:33:17 +00:00
Michael Mathews
210a7d103c Added support for @this tag. 2011-01-21 21:24:16 +00:00
Michael Mathews
805661fafb Update version id. 2011-01-20 23:11:14 +00:00
Michael Mathews
8a50128d37 Added "comment" property to doclets. Unknown tags now go into the "tags" property of doclets. 2011-01-20 23:10:11 +00:00
Michael Mathews
683e11593e Added better support for documenting module members via @exports and @requires. 2011-01-18 20:05:57 +00:00
Michael Mathews
d57a993a1a Added --configure option. 2011-01-17 22:00:45 +00:00
Michael Mathews
05ab6caf14 Updated project meta. 2011-01-16 20:15:50 +00:00
Michael Mathews
8c9d2b1f16 Updated project meta. 2011-01-16 20:14:53 +00:00
Michael Mathews
f1b751eecf Updated project meta. 2011-01-16 20:12:41 +00:00