summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2012-10-11 19:43:14 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2012-10-11 19:43:14 +0000
commitae3ddbf2004141792a094af15e71b96800c59c87 (patch)
treed245c1462f2b16b96667ef8fb621c26fe16b0ec1 /cpp
parent5e31ed573f38e9eae604229511544b0e03a8beea (diff)
downloadqpid-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
Diffstat (limited to 'cpp')
-rw-r--r--cpp/bindings/qpid/ruby/README.rdoc7
-rw-r--r--cpp/bindings/qpid/ruby/Rakefile3
-rw-r--r--cpp/bindings/qpid/ruby/lib/qpid/version.rb2
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