121 Commits

Author SHA1 Message Date
Jannon
7b12033b5a Always making source file list available to templates
Previously, the list of source files was only added to a package doclet and passed through to the templates if there was a package.json specified.  Now, that doclet is always added.  If there is no package.json, then only the 'files' property of the doclet will be defined.
2012-02-22 14:27:06 -08:00
Tomek Wytrębowicz
96fd06860b Runtime '_' is concatenated with conf one. 2012-01-26 21:59:08 +01:00
Jannon
f52302e71d Refactored parsing to allow for easily extending/overriding parseing behavior 2012-01-25 14:17:22 -08:00
Tomek Wytrębowicz
9311f138c0 Allow to use runtime "_" in configuration file 2012-01-05 18:50:15 +01:00
Rafał Wrzeszcz
8105cef501 Tutorials parsing. 2011-12-15 12:06:49 +01:00
Rafał Wrzeszcz
13526499cf Tutorials base structure. 2011-12-15 10:02:05 +01:00
Michael Mathews
fae8fd55ae Merge pull request #67 from rafalwrzeszcz/feature-conf-opts
Allow to define runtime options in configuration file.
2011-12-11 02:43:51 -08:00
Michael Mathews
b1d7cc3c1c Merge pull request #68 from rafalwrzeszcz/feature-templates-path
Made template parameter an entire path.
2011-12-11 02:37:48 -08:00
Rafał Wrzeszcz
563dde0ae9 Fixed query.js inclusion path. 2011-12-11 10:07:07 +01:00
Rafał Wrzeszcz
c48a69229a Made template parameter an entire path. 2011-12-10 23:24:30 +01:00
Rafał Wrzeszcz
bcc5d5116e Moved options merging before query parameter parsing. 2011-12-10 23:10:08 +01:00
Rafał Wrzeszcz
03d9a9f16d Allow to define runtime options in configuration file. 2011-12-10 23:02:47 +01:00
Michael Mathews
b25a6acce3 Fix for issue that caused plugins to be unable to be required when using a relative path to jsdoc. (hattip kived) See #37. 2011-10-14 21:05:48 +01:00
Michael Mathews
d8503ed9ab Merge pull request #35 from tschaub/augment
Add inherited members based on @augments or @extends
2011-09-23 13:42:46 -07:00
tschaub
71393844ad Use Rhino's require implementation. 2011-09-21 17:37:32 -06:00
Tim Schaub
632c788399 Add inherited members. 2011-09-18 01:59:38 -06:00
Michael Mathews
fc94a23f8c Added support for @todo. 2011-08-20 11:57:33 +01:00
Michael Mathews
0c64dc6a1f Improvements to plugin API. Added initial README for authoring plugins. 2011-08-15 19:39:48 +01:00
Michael Mathews
c6bae386ba Added @var @prop as synonyms for @property. Added configuration for jsVersion, to control the version of JavaScript that is parsable by rhino. 2011-08-14 12:35:00 +01:00
Michael Mathews
8799668ccf Added more nodejs compatible version of require(). 2011-06-17 21:06:37 +01:00
Michael Mathews
3318a51d2a Adding missing rhino dependency. 2011-05-11 14:11:34 +01:00