1198 Commits

Author SHA1 Message Date
Tom MacWright
ee180691e8 Support inline links in HTML output 2015-04-16 14:16:27 -07:00
Tom MacWright
fe372439c1 Document events in markdown output, add types to markdown output 2015-04-16 14:00:51 -07:00
Tom MacWright
ea2b02de70 Basic formatting for inline links 2015-04-15 10:44:53 -07:00
Tom MacWright
caee6c9ff4 Show examples in markdown documentation 2015-04-15 10:04:09 -07:00
Tom MacWright
2245016d60 Merge pull request #55 from documentationjs/infer-kind-from-ast
More intense kind inference
2015-04-13 17:59:54 -07:00
Tom MacWright
0167d8e827 Remove difflet dep 2015-04-13 17:58:34 -07:00
Tom MacWright
84f09f9953 More intense kind inference
Can now infer

* function
* constant
* class

Remove unused var and inapplicable comment

Use strict, use a string to run functions not legal in strict mode

Make output fancier and better.

Use difflet, channel rage

Normalize html / json output

Omit json from test output

Fixup output
2015-04-13 17:57:54 -07:00
Tom MacWright
40671a6e5c Add more see alsos 2015-04-10 13:42:03 -07:00
Tom MacWright
935118d4bf Add getting started 2015-04-10 13:18:51 -07:00
Tom MacWright
8cef5ab2aa More FAQ 2015-04-10 12:05:53 -07:00
Tom MacWright
f7bdb94980 Fix doc example 2015-04-10 11:24:28 -07:00
Tom MacWright
5aa0c611d0 Shoutout gulp 2015-04-09 17:52:41 -07:00
Tom MacWright
63d4b05c71 1.0.5 v1.0.5 2015-04-09 15:56:56 -07:00
Tom MacWright
0d3277083d Update tests for new all-in html 2015-04-09 15:56:30 -07:00
Tom MacWright
6fc10ed9b8 Reorganize formats, refactor formats 2015-04-09 15:29:50 -07:00
Tom MacWright
2797d02c51 1.0.4 v1.0.4 2015-04-09 15:17:39 -07:00
Tom MacWright
bf050fb827 Graduate access and flattening to the default 2015-04-09 15:15:39 -07:00
Tom MacWright
b71901ff40 1.0.3 v1.0.3 2015-04-09 14:40:42 -07:00
Tom MacWright
2325c27367 Update test 2015-04-09 14:38:16 -07:00
Tom MacWright
8a57d43bd5 Improve style, add internal docs 2015-04-09 14:37:54 -07:00
Tom MacWright
7fe9e1bbfe Build internal documentation 2015-04-09 14:10:41 -07:00
Tom MacWright
2892986253 Fix style 2015-04-09 14:03:10 -07:00
Tom MacWright
2f928310d5 Improve test coverage 2015-04-09 14:01:22 -07:00
Tom MacWright
46042baec8 1.0.2 v1.0.2 2015-04-09 11:48:44 -07:00
Tom MacWright
63340b415a Lazy-initialize formatters 2015-04-09 11:45:16 -07:00
Tom MacWright
b3c3d920cc Add sorting stream to stable-sort results 2015-04-09 11:34:43 -07:00
Tom MacWright
7cc427b523 Merge pull request #46 from deedubs/patch-1
Add `queue-async` to `package.json`
2015-04-09 11:14:47 -07:00
Dan Williams
433b092ff3 Add queue-async to package.json
Resolves

```
documentation -h
module.js:338
    throw err;
          ^
Error: Cannot find module 'queue-async'
    at Function.Module._resolveFilename (module.js:336:15)
    at Function.Module._load (module.js:278:25)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (/Users/deedubs/.npm-packages/lib/node_modules/documentation/streams/output/docset.js:6:11)
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)

```
2015-04-08 22:43:48 -04:00
Tom MacWright
4bcdbaa3a5 Link JSDoc a little more 2015-04-08 19:26:46 -07:00
Tom MacWright
855af9b00f 1.0.1 v1.0.1 2015-04-08 19:25:40 -07:00
Tom MacWright
d9957229a1 Add usage docs 2015-04-08 19:25:32 -07:00
Tom MacWright
a6aef60269 Silly off-by-one bug. Fixes #44 2015-04-08 19:15:14 -07:00
Tom MacWright
717283515e Merge pull request #43 from documentationjs/dash
Add dash support
2015-04-08 19:02:04 -07:00
Tom MacWright
6c10bb767d Add dash to readme 2015-04-08 18:48:07 -07:00
Tom MacWright
a8444892bd Add dash support 2015-04-08 18:44:42 -07:00
Tom MacWright
424717abb1 Update tests 2015-04-08 16:46:53 -07:00
Tom MacWright
ced80fbb16 Fix example indentation 2015-04-08 16:45:21 -07:00
Tom MacWright
c0128f1055 Improve interlinking logic, expose extends 2015-04-08 16:37:32 -07:00
Tom MacWright
53377d4279 Note github integration 2015-04-08 15:41:20 -07:00
Tom MacWright
87f7a8f364 Merge pull request #42 from documentationjs/github
Start building github stream.
2015-04-08 15:40:03 -07:00
Tom MacWright
a07bfd2f64 Finish GitHub stream and integration with cli. 2015-04-08 15:39:43 -07:00
Tom MacWright
4e7df26ce7 Start building github stream.
Needs to queue requests to avoid the start-of-request flood.
2015-04-08 12:38:46 -07:00
Tom MacWright
788a8163eb Add lint stream that logs on non-standard types 2015-04-08 11:55:50 -07:00
Tom MacWright
286dae5f58 Warn on exports naming 2015-04-08 11:36:46 -07:00
Tom MacWright
a927c0e446 Iterate on style, add section page. 2015-04-08 11:21:19 -07:00
Tom MacWright
812288dff3 Fix tests 2015-04-08 11:01:06 -07:00
Tom MacWright
23bb430637 Merge branch 'master' of github.com:documentationjs/documentation 2015-04-08 10:59:06 -07:00
Tom MacWright
0ae2b03fd9 Fix permalink path conflicts
Makes the hierarchy stream save an array that represents the path
from root to the node.
2015-04-08 19:48:32 +09:00
Tom MacWright
ebab0a44c2 Planecode.
HTML Output:

* Add html->markdown helper. Replaces html stream.
* Split docs into a partial called 'second'
* Implement type formatter
* Implement naive permalinks
* Iterate documentation stylesheet
2015-04-08 19:25:46 +09:00
John Firebaugh
37dbda7a9b Add @lends support to inferMembership
Fixes #31
2015-03-31 17:59:24 -07:00