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 | d0a730674c7f5f1f254a5361544beedcc2fdf2c1 (patch) | |
| tree | 6d4dfac9502bc241526a9bd4fe8de3bc71f9d7f0 | |
| parent | 80ae79090f8355041f06e222f71ea5a23a202cd2 (diff) | |
| download | qpid-python-d0a730674c7f5f1f254a5361544beedcc2fdf2c1.tar.gz | |
JIRA 4291 : Some cleanup on the rdoc generation and markups.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1397260 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/cpp/bindings/qpid/ruby/README.rdoc | 7 | ||||
| -rw-r--r-- | qpid/cpp/bindings/qpid/ruby/Rakefile | 3 | ||||
| -rw-r--r-- | qpid/cpp/bindings/qpid/ruby/lib/qpid/version.rb | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/qpid/cpp/bindings/qpid/ruby/README.rdoc b/qpid/cpp/bindings/qpid/ruby/README.rdoc index 5c60a15588..5d12b89880 100644 --- a/qpid/cpp/bindings/qpid/ruby/README.rdoc +++ b/qpid/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/qpid/cpp/bindings/qpid/ruby/Rakefile b/qpid/cpp/bindings/qpid/ruby/Rakefile index 99c3e13c83..a813f15b8a 100644 --- a/qpid/cpp/bindings/qpid/ruby/Rakefile +++ b/qpid/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/qpid/cpp/bindings/qpid/ruby/lib/qpid/version.rb b/qpid/cpp/bindings/qpid/ruby/lib/qpid/version.rb index 39524e428f..737f021006 100644 --- a/qpid/cpp/bindings/qpid/ruby/lib/qpid/version.rb +++ b/qpid/cpp/bindings/qpid/ruby/lib/qpid/version.rb @@ -17,7 +17,7 @@ # under the License. # -module Qpid +module Qpid #:nodoc: module Version |
