[libcode-tidyall-perl] 221/374: doc fixups
Jonas Smedegaard
js at alioth.debian.org
Sun Sep 29 22:26:24 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libcode-tidyall-perl.
commit 064b032cc9b768b5a49ed830c8e1fe3d2acdd325
Author: Jonathan Swartz <swartz at pobox.com>
Date: Wed Sep 12 14:21:52 2012 -0400
doc fixups
---
lib/Code/TidyAll/Plugin/JSBeautify.pm | 6 +++++-
lib/Code/TidyAll/Plugin/JSHint.pm | 7 ++++++-
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/lib/Code/TidyAll/Plugin/JSBeautify.pm b/lib/Code/TidyAll/Plugin/JSBeautify.pm
index 6bc16aa..1d91925 100644
--- a/lib/Code/TidyAll/Plugin/JSBeautify.pm
+++ b/lib/Code/TidyAll/Plugin/JSBeautify.pm
@@ -47,6 +47,10 @@ Do not confuse this with the C<jsbeautify> package (without the dash).
=item argv
-Arguments to pass to js-beautfy
+Arguments to pass to js-beautify
+
+=item cmd
+
+Full path to js-beautify
=back
diff --git a/lib/Code/TidyAll/Plugin/JSHint.pm b/lib/Code/TidyAll/Plugin/JSHint.pm
index 5e1c737..1a3913f 100644
--- a/lib/Code/TidyAll/Plugin/JSHint.pm
+++ b/lib/Code/TidyAll/Plugin/JSHint.pm
@@ -87,9 +87,14 @@ easy method is to install L<npm|https://npmjs.org/>, then run
Arguments to pass to jshint
+=item cmd
+
+Full path to jshint
+
=item options
A whitespace separated string of options, as documented
-L<here|http://www.jshint.com/docs/>
+L<here|http://www.jshint.com/docs/>. These will be written to a temporary
+config file and passed as --config to argv.
=back
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git
More information about the Pkg-perl-cvs-commits
mailing list