Commit Graph

41 Commits

Author SHA1 Message Date
Ikko Ashimine
f922ec9dde Fix typo in publish.js
embeded -> embedded
2021-02-24 15:31:03 +09:00
Sashko Stubailo
73e43738d0 Update docs data and jsdoc 2016-04-06 09:54:15 -07:00
Tom Coleman
a8100c144a Decorated APIs docs with location to import from 2016-03-16 15:43:43 +11:00
Tom Coleman
e3764e2767 Attach a new filepath property to docs objects based on the package they are in. 2016-03-16 14:55:21 +11:00
Tom Coleman
597255fb9b Updated to jsdoc 3.4.0 and use @class name to make it work the same 2016-02-24 18:48:15 +01:00
Avital Oliver
a832c677df Remove packages/code-prettify/lang-vb.js
It was never passed into `addFiles` in that package anyways.
But starting from commit fff2e46661,
we parse all the `.js` files in package directories. Some part of
our JS parsing pipeline explodes on this file. But honestly,
there's no particularly good reason to care about that right now.

We can wait to see if other people report packages breaking.
2015-12-11 14:08:21 -08:00
Tom Freudenberg
8a24a1b2ba Make Script More Portable With #!/usr/bin/env 2015-11-01 22:04:10 +01:00
David Glasser
3da4e611c9 Get JSDoc working again
- Upgrade to a newer (unreleased) version which supports
     function k({} = {}) {}
  and doesn't also crash

- Filter out boring warnings

- Don't use ES7 syntax that JSDoc doesn't support in one file that
  has JSDoc in it
2015-07-22 22:29:08 -07:00
Anubhav Jain
74dde90cda Fixed jsdoc.sh to start script from the meteor home directory.
Jsdoc.js relies on this or otherwise throws an error.
2015-06-10 14:42:32 -07:00
David Greenspan
b4d06de260 Comments and naming in jsdoc.sh code 2015-04-08 16:43:17 -07:00
zyzo
a68ff30be4 Issue #3916: Add links to GitHub source code to docs
PR #3934

[stubailo: some improvements]
2015-04-01 17:32:13 -07:00
Slava Kim
c8d02245e3 Generate references to typedefs but omit them in docs 2015-03-14 23:05:26 -07:00
Slava Kim
dab2782434 Document a whole bunch of missing arguments/returns 2015-03-14 23:04:09 -07:00
Sashko Stubailo
e62268609f Make docs data serialization stable so that diffs are viable 2015-02-12 10:27:48 -08:00
Sashko Stubailo
6493d6ae15 Search-as-you-type for docs.meteor.com
Conflicts:
	docs/client/data.js
2014-12-05 13:16:57 -08:00
Slava Kim
44832cbbdc Add return types and properties types in JSDoc to a lot of methods 2014-11-02 02:45:17 -08:00
David Glasser
2248a0174a Fix jsdoc. No longer depends on dev bundle. 2014-10-28 10:34:59 -07:00
David Glasser
1779d62281 some packaging-related docs cleanups
also, add instructions to the top of docs.js
2014-10-06 21:50:00 -07:00
Sashko Stubailo
13cc3c3ad6 Fix JSDoc template
Conflicts:
	docs/client/data.js
2014-10-02 16:18:10 -07:00
David Greenspan
bc10c537c7 Fix presumed typo in jsdoc.sh 2014-09-18 17:47:03 -07:00
Sashko Stubailo
8ea02e67e3 Merge branch 'devel' into npm-cordova-docs 2014-09-10 15:33:10 -07:00
Sashko Stubailo
c69447b03c Add comment explaining change 2014-09-10 09:54:26 -07:00
Sashko Stubailo
05507080f6 Make JSDoc like 100 times faster by searching files with grep first 2014-09-10 09:46:30 -07:00
Sashko Stubailo
4b90199024 Make data.js about half the size 2014-09-10 09:28:56 -07:00
Sashko Stubailo
ddd86b00dd Make data.js smaller 2014-09-10 09:22:11 -07:00
Sashko Stubailo
586b6e2712 Auto document a lot more things 2014-09-04 21:42:03 -07:00
Sashko Stubailo
cb5c2c543d Document allow and deny
Add option for comma-separated options and arguments
2014-09-04 19:54:56 -07:00
Sashko Stubailo
d0a0c177c9 Update docs and update jsdoc ignored paths 2014-08-28 17:11:58 -07:00
David Greenspan
384c98b88d Make jsdoc.sh use dev_bundle’s node 2014-08-27 22:57:21 -07:00
Sashko Stubailo
29ff6a8d99 Add jsdoc to dev bundle 2014-08-27 14:46:55 -07:00
Sashko Stubailo
a93cdf4666 Made names.json alphabetical so that it doesn't change
Apparently JSON isn't stable
2014-08-26 16:52:15 -07:00
Sashko Stubailo
5931697fa6 A mind-blowing number of new automatic docs 2014-08-26 16:00:01 -07:00
Sashko Stubailo
45ad88bab7 A loooot of documentation, see names.json diff for details 2014-08-26 11:58:40 -07:00
Sashko Stubailo
dbaf42e6ea Add capability for instance documentation, added dependency
Broke some links, going to fix those later
2014-08-26 10:12:32 -07:00
Sashko Stubailo
3cf303d8ce Stop autogenerating thousands of lines 2014-08-25 21:37:12 -07:00
Sashko Stubailo
3a6f9dbe43 Autodoc'ed Deps 2014-08-25 21:13:22 -07:00
Sashko Stubailo
8f23bed3de Fix names.json generation 2014-08-25 20:56:49 -07:00
Sashko Stubailo
b9885e77f4 Meteor.absoluteUrl is now auto-documented from a comment 2014-08-25 19:57:47 -07:00
Sashko Stubailo
59020e8989 Update publish 2014-08-25 19:42:06 -07:00
Sashko Stubailo
72b73b801e Add files to exclude from jsdoc 2014-08-25 18:44:18 -07:00
Sashko Stubailo
0618c41dd6 Add some basic JSDoc stuff to generate a js file for docs 2014-08-25 17:24:31 -07:00