summaryrefslogtreecommitdiff
path: root/cpp/bindings
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2013-02-07 15:49:58 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2013-02-07 15:49:58 +0000
commit1e502c21de14a963f6b71734e2e160590c526f5b (patch)
treefca86833e13807a0f5b205c99ee8cdb9abb20ff2 /cpp/bindings
parent821194d5e50261a2b7e9c37ae0b997893af3f99d (diff)
downloadqpid-python-1e502c21de14a963f6b71734e2e160590c526f5b.tar.gz
QPID-4568: Marked all license prologs as not rdoc material in Ruby.
This prevents rdoc from including the prolog as part of the docs for each class and module. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1443574 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings')
-rw-r--r--cpp/bindings/qpid/ruby/lib/qpid_messaging.rb5
-rw-r--r--cpp/bindings/qpid/ruby/lib/qpid_messaging/address.rb4
-rw-r--r--cpp/bindings/qpid/ruby/lib/qpid_messaging/connection.rb4
-rw-r--r--cpp/bindings/qpid/ruby/lib/qpid_messaging/duration.rb4
-rw-r--r--cpp/bindings/qpid/ruby/lib/qpid_messaging/encoding.rb4
-rw-r--r--cpp/bindings/qpid/ruby/lib/qpid_messaging/errors.rb4
-rw-r--r--cpp/bindings/qpid/ruby/lib/qpid_messaging/message.rb4
-rw-r--r--cpp/bindings/qpid/ruby/lib/qpid_messaging/receiver.rb4
-rw-r--r--cpp/bindings/qpid/ruby/lib/qpid_messaging/sender.rb4
-rw-r--r--cpp/bindings/qpid/ruby/lib/qpid_messaging/session.rb4
10 files changed, 21 insertions, 20 deletions
diff --git a/cpp/bindings/qpid/ruby/lib/qpid_messaging.rb b/cpp/bindings/qpid/ruby/lib/qpid_messaging.rb
index ae6eb97631..a391485a22 100644
--- a/cpp/bindings/qpid/ruby/lib/qpid_messaging.rb
+++ b/cpp/bindings/qpid/ruby/lib/qpid_messaging.rb
@@ -1,4 +1,4 @@
-#
+#--
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -15,7 +15,8 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#++
+
require 'cqpid'
require 'qpid_messaging/errors'
require 'qpid_messaging/duration'
diff --git a/cpp/bindings/qpid/ruby/lib/qpid_messaging/address.rb b/cpp/bindings/qpid/ruby/lib/qpid_messaging/address.rb
index a59f68c71b..cd188b8a2e 100644
--- a/cpp/bindings/qpid/ruby/lib/qpid_messaging/address.rb
+++ b/cpp/bindings/qpid/ruby/lib/qpid_messaging/address.rb
@@ -1,4 +1,4 @@
-#
+#--
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -15,7 +15,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#++
module Qpid
diff --git a/cpp/bindings/qpid/ruby/lib/qpid_messaging/connection.rb b/cpp/bindings/qpid/ruby/lib/qpid_messaging/connection.rb
index 9156bea3ff..f7217bac60 100644
--- a/cpp/bindings/qpid/ruby/lib/qpid_messaging/connection.rb
+++ b/cpp/bindings/qpid/ruby/lib/qpid_messaging/connection.rb
@@ -1,4 +1,4 @@
-#
+#--
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -15,7 +15,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#++
module Qpid
diff --git a/cpp/bindings/qpid/ruby/lib/qpid_messaging/duration.rb b/cpp/bindings/qpid/ruby/lib/qpid_messaging/duration.rb
index 1ff7857935..544bbd2156 100644
--- a/cpp/bindings/qpid/ruby/lib/qpid_messaging/duration.rb
+++ b/cpp/bindings/qpid/ruby/lib/qpid_messaging/duration.rb
@@ -1,4 +1,4 @@
-#
+#--
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -15,7 +15,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#++
module Qpid
diff --git a/cpp/bindings/qpid/ruby/lib/qpid_messaging/encoding.rb b/cpp/bindings/qpid/ruby/lib/qpid_messaging/encoding.rb
index ce9392001a..db163fb3b8 100644
--- a/cpp/bindings/qpid/ruby/lib/qpid_messaging/encoding.rb
+++ b/cpp/bindings/qpid/ruby/lib/qpid_messaging/encoding.rb
@@ -1,4 +1,4 @@
-#
+#--
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -15,7 +15,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#++
module Qpid
diff --git a/cpp/bindings/qpid/ruby/lib/qpid_messaging/errors.rb b/cpp/bindings/qpid/ruby/lib/qpid_messaging/errors.rb
index c98eb1ac12..db42cbb0c5 100644
--- a/cpp/bindings/qpid/ruby/lib/qpid_messaging/errors.rb
+++ b/cpp/bindings/qpid/ruby/lib/qpid_messaging/errors.rb
@@ -1,4 +1,4 @@
-#
+#--
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -15,7 +15,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#++
module Qpid
diff --git a/cpp/bindings/qpid/ruby/lib/qpid_messaging/message.rb b/cpp/bindings/qpid/ruby/lib/qpid_messaging/message.rb
index b9f54b981c..395680c882 100644
--- a/cpp/bindings/qpid/ruby/lib/qpid_messaging/message.rb
+++ b/cpp/bindings/qpid/ruby/lib/qpid_messaging/message.rb
@@ -1,4 +1,4 @@
-#
+#--
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -15,7 +15,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#++
module Qpid
diff --git a/cpp/bindings/qpid/ruby/lib/qpid_messaging/receiver.rb b/cpp/bindings/qpid/ruby/lib/qpid_messaging/receiver.rb
index 4200861d6b..00d0efd72c 100644
--- a/cpp/bindings/qpid/ruby/lib/qpid_messaging/receiver.rb
+++ b/cpp/bindings/qpid/ruby/lib/qpid_messaging/receiver.rb
@@ -1,4 +1,4 @@
-#
+#--
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -15,7 +15,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#++
module Qpid
diff --git a/cpp/bindings/qpid/ruby/lib/qpid_messaging/sender.rb b/cpp/bindings/qpid/ruby/lib/qpid_messaging/sender.rb
index 97227622f5..1e87f9fd8c 100644
--- a/cpp/bindings/qpid/ruby/lib/qpid_messaging/sender.rb
+++ b/cpp/bindings/qpid/ruby/lib/qpid_messaging/sender.rb
@@ -1,4 +1,4 @@
-#
+#--
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -15,7 +15,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#++
module Qpid
diff --git a/cpp/bindings/qpid/ruby/lib/qpid_messaging/session.rb b/cpp/bindings/qpid/ruby/lib/qpid_messaging/session.rb
index 4281f1a187..c2dbdb8516 100644
--- a/cpp/bindings/qpid/ruby/lib/qpid_messaging/session.rb
+++ b/cpp/bindings/qpid/ruby/lib/qpid_messaging/session.rb
@@ -1,4 +1,4 @@
-#
+#--
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -15,7 +15,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#++
module Qpid