You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/02/17 09:38:38 UTC

docs commit: Suppress jodoc perl warnings.

Updated Branches:
  refs/heads/master 72411929d -> aaca9249e


Suppress jodoc perl warnings.


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/aaca9249
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/aaca9249
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/aaca9249

Branch: refs/heads/master
Commit: aaca9249e91316a901cb2c4be43e9c6b1f62f08e
Parents: 7241192
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Sun Feb 17 00:38:15 2013 -0800
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sun Feb 17 00:38:15 2013 -0800

----------------------------------------------------------------------
 lib/cordova/jodoc.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/aaca9249/lib/cordova/jodoc.rb
----------------------------------------------------------------------
diff --git a/lib/cordova/jodoc.rb b/lib/cordova/jodoc.rb
index 6fe0fd0..03dc346 100644
--- a/lib/cordova/jodoc.rb
+++ b/lib/cordova/jodoc.rb
@@ -44,7 +44,7 @@ class JoDoc
 
     # Run joDoc
     FileUtils.cd @input_directory do
-        `jodoc --output "#{@output_directory}" --title "Cordova API Documentation" --template "#{@output_directory}/index.html" ./`
+        `jodoc --output "#{@output_directory}" --title "Cordova API Documentation" --template "#{@output_directory}/index.html" ./ > /dev/null 2> /dev/null`
     end
   end