diff options
author | Darryl L. Pierce <mcpierce@apache.org> | 2012-10-11 19:43:14 +0000 |
---|---|---|
committer | Darryl L. Pierce <mcpierce@apache.org> | 2012-10-11 19:43:14 +0000 |
commit | ae3ddbf2004141792a094af15e71b96800c59c87 (patch) | |
tree | d245c1462f2b16b96667ef8fb621c26fe16b0ec1 | |
parent | 5e31ed573f38e9eae604229511544b0e03a8beea (diff) | |
download | qpid-python-ae3ddbf2004141792a094af15e71b96800c59c87.tar.gz |
JIRA 4291 : Some cleanup on the rdoc generation and markups.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1397260 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | cpp/bindings/qpid/ruby/README.rdoc | 7 | ||||
-rw-r--r-- | cpp/bindings/qpid/ruby/Rakefile | 3 | ||||
-rw-r--r-- | cpp/bindings/qpid/ruby/lib/qpid/version.rb | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/cpp/bindings/qpid/ruby/README.rdoc b/cpp/bindings/qpid/ruby/README.rdoc index 5c60a15588..5d12b89880 100644 --- a/cpp/bindings/qpid/ruby/README.rdoc +++ b/cpp/bindings/qpid/ruby/README.rdoc @@ -1,6 +1,7 @@ -= Qpid - Open Source AMQP Messaging += Qpid - Ruby language bindings for the Qpid messaging framework. -Qpid is an cross-platform enterprise messaging system. +Qpid is an cross-platform enterprise messaging system based on the open-source +AMQP protocol. Version :: 0.19.0 @@ -12,7 +13,7 @@ Documents :: http://qpid.apache.org/ You can install Qpid with the following command. - $ gem install qpid + $ gem install qpid_messaging == Building The Native Code diff --git a/cpp/bindings/qpid/ruby/Rakefile b/cpp/bindings/qpid/ruby/Rakefile index 99c3e13c83..a813f15b8a 100644 --- a/cpp/bindings/qpid/ruby/Rakefile +++ b/cpp/bindings/qpid/ruby/Rakefile @@ -20,7 +20,7 @@ task :noop -# look for a root directory for out-of-tree builds +$:.push File.expand_path("../lib", __FILE__) OUTPUT_DIR=ENV["OUTPUT_DIR"] || "." @@ -92,6 +92,7 @@ Rake::RDocTask.new(:rdoc => "rdoc", rd.main = "README.rdoc" rd.options << "--all" rd.rdoc_files.include("README.rdoc", "lib/**/*.rb") + rd.title = "Qpid Messaging Documentation" end #----------------- diff --git a/cpp/bindings/qpid/ruby/lib/qpid/version.rb b/cpp/bindings/qpid/ruby/lib/qpid/version.rb index 39524e428f..737f021006 100644 --- a/cpp/bindings/qpid/ruby/lib/qpid/version.rb +++ b/cpp/bindings/qpid/ruby/lib/qpid/version.rb @@ -17,7 +17,7 @@ # under the License. # -module Qpid +module Qpid #:nodoc: module Version |