summaryrefslogtreecommitdiff
path: root/qpid/cpp/rubygen/README
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/rubygen/README')
-rw-r--r--qpid/cpp/rubygen/README13
1 files changed, 5 insertions, 8 deletions
diff --git a/qpid/cpp/rubygen/README b/qpid/cpp/rubygen/README
index 43111d4c4f..a1fd6cfec8 100644
--- a/qpid/cpp/rubygen/README
+++ b/qpid/cpp/rubygen/README
@@ -1,16 +1,13 @@
RUBY CODE GENERATOR
-amqpgen.rb: builds an AMQP model from XML files and provides generic code generation functions (e.g. capitalization of names etc)
+Run ./generate for usage.
+Examples in samples/
-cppgen.rb: C++ specific code generation functions.
+For example:
+ ./generate . ../../specs/amqp.0-9.xml samples/Proxy.rb
+will generate
-A template is a ruby file that generates one or more source files.
-For an example run
- samples/runme test <amqp.xml files>
-
-The first argument is a directory for generated files, remaining arguments
-are xml files.