Jeff Williams
1670745352
fix npm syntax
2013-11-04 21:32:28 -08:00
Jeff Williams
95338341a8
update installation/usage instructions
2013-11-04 21:22:57 -08:00
Jeff Williams
de4297b20b
refactor jsdoc.js; update Rhino
...
- Switched to a new Rhino fork: https://github.com/jsdoc3/rhino
(currently reflects mozilla/rhino HEAD + enhancements for JSDoc)
- Removed jsdoc/util/global; new Rhino fork provides a `global` alias
just like Node.js
- Moved most of jsdoc.js into cli.js, and refactored for clarity
2013-10-27 10:46:27 -07:00
cgwyllie
c236bf955f
Update README.md
...
Changed clone URL for repo to HTTPS read-only so it doesn't require keypair access.
2013-08-01 10:05:02 +01:00
Jeff Williams
609c9c5910
update README
2013-04-16 08:45:27 -07:00
Jeff Williams
21dbd5804f
document OS X fix for bad Rhino version ( #340 )
2013-02-13 08:28:36 -08:00
Jeff Williams
7616d7f73e
fix Travis CI image
2013-01-02 07:55:11 -08:00
Jeff Williams
5849971920
only use master to display Travis CI badge
2013-01-02 07:53:23 -08:00
Jeff Williams
d5877c1217
move rhino_modules/ to lib/
2012-12-23 14:09:37 -08:00
Jeff Williams
e3cef388fb
further clarification about npm support
2012-12-21 22:08:29 -08:00
Jeff Williams
f49d69e05d
update installation instructions ( #282 )
2012-12-21 12:02:32 -08:00
Jeff Williams
6d5d526c52
Merge pull request #248 from nschonni/travis-ci-pr-testing
...
Add Travis CI config and status image
2012-11-06 08:45:54 -08:00
Jeff Williams
1c1ce62a0e
Fix link to documentation source
2012-11-04 21:48:02 -08:00
Jeff Williams
0403706e5d
Correct filename in README
2012-11-04 21:44:32 -08:00
Nick Schonning
9aa6729d75
Add Travis build status image to README
2012-11-03 20:18:44 -04:00
Jeff Williams
4ad4dde687
remove bad link
2012-10-18 13:57:24 -07:00
Jeff Williams
857ad8efc5
add npm command; remove test info
2012-10-17 09:24:05 -07:00
Jeff Williams
1ad33e0e52
update license info and README files
2012-10-17 08:21:04 -07:00
Jeff Williams
33703539f1
use Rhino 1.7R3 fork with Node.js/CommonJS package support
...
https://github.com/hegemonic/rhino/commit/9f9382cfb8dbf83ec89972ad4e3554
01f74302c1
2012-10-13 23:19:02 -07:00
Jakob Heuser
d61259a90c
attempt to make npm compatible paths by removing node_modules as a path... darn you npm
2012-08-15 11:09:58 -07:00
Michael Mathews
69e90109ce
Removed beta status notice from readme.
2012-05-27 21:48:41 +01:00
Jannon
526a22673a
Update readme docs
2012-05-06 03:41:04 -07:00
Jannon Frank
544f6126a2
Merge pull request #110 from benblank/windows
...
Add "short-form" command for Windows
2012-04-22 02:35:04 -07:00
Jannon
6145b7ff69
Readme additions and pull request instructions
...
The primary change is the addition of the HOW_TO_CONTRIBUTE file detailing the best way to make it easy for maintainers to merge pull requests.
2012-04-21 03:14:29 -07:00
Ben Blank
f962577793
added short-form command for Windows
2012-04-18 16:28:42 -07:00
Michael Mathews
2f8c9cc3be
Updated README to include cwd as module arg in the debugging example too.
2012-04-04 07:46:51 +01:00
Michael Mathews
74c5faa71c
Updated README to include cwd as module arg in the example. [hattip Kristian]
2012-04-04 07:44:27 +01:00
Jannon
bcf1ab3870
Link updates
2012-03-16 02:42:58 -07:00
Jannon
c51595bfa6
Just some link updates
2012-03-16 02:40:47 -07:00
Michael Mathews
47518c3e0f
Fixed incorrect code sample in README for running the debugger. Closes #42 .
2011-10-08 10:23:31 +01:00
Michael Mathews
15429167b2
Updated README to show usage of the new -modules argument to Rhino.
2011-09-23 07:30:18 +01:00
Michael Mathews
e92a6ccbfe
Updated readme.
2011-09-05 20:04:07 +01:00
masklinn
c9b77182f7
Fix formatting of See Also section, add link to project documentation sources.
2011-08-19 00:32:08 +03:00
Michael Mathews
c506b2f149
Updated README.
2011-06-18 10:24:32 +01:00
Michael Mathews
fc1094cfb2
Updated README.
2011-06-18 10:13:44 +01:00
Michael Mathews
ee382cdad1
Removing my own jar file and just including rhino with updated instructions on how to run jsdoc via rhino directly, build script is no longer necessary. This should path issues reported on non *nix platforms. [ closes #15 ]
2011-05-10 21:03:37 +01:00
Michael Mathews
f7421592e2
Fixed bug that caused documenting built-in names like "constructor" to cause crash, and missing symbols from the template index. ( Fixes #12 ).
2011-04-13 00:02:30 +02:00
Michael Mathews
95eebc9250
Changes
...
to improve debugging, added debugging notes to the README.
2011-04-12 21:49:40 +02:00
Michael Mathews
be570e701b
Updated README.
2011-04-12 11:09:06 +02:00
Michael Mathews
60b67732ac
Updated README with information about dependencies.
2011-04-10 23:27:19 +02: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
6b25e91bb0
Update to readme.
2011-01-22 23:58:26 +00:00
Michael Mathews
db62d9e7b4
Added events, added parse handlers, added plugins and markdown plugin support.
2010-12-27 15:18:44 +00:00
Michael Mathews
6ecb165dd4
Updated readme to reflect simplification of build script.
2010-07-28 00:29:45 +01:00
Michael Mathews
39a7ec5f19
Set vanilla to be the default template.
2010-07-16 15:08:39 +01:00
Michael Mathews
0290399e3c
Added support for dox-style @api tag. Fixed but that prevented "module" docspace from being applied to module names. Changed version number to be more compatible with semantic versions. Renamed about.json to package.json to be more compatible with commonjs.
2010-07-16 10:13:19 +01:00
Michael Mathews
34214405d5
Added information of installing.
2010-06-27 17:15:54 +01:00
Michael Mathews
3af2c46d72
First code commit.
2010-06-06 21:11:11 +01:00
Michael Mathews
bf9c65d03d
first commit
2010-03-13 09:21:05 +00:00