diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-03-21 14:26:18 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-03-21 17:16:43 +0100 |
commit | 31fcce969deb8002307a1cd029867008a1c11ff0 (patch) | |
tree | 985c67273563dfdc691f0f2fcba6ede402c84fde /codemaker | |
parent | 034bc34ddc1bac817a6ef51bba19675551a461f4 (diff) |
idlc/README: correct nonsense added in 534b3a9b2e
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/README | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/codemaker/README b/codemaker/README index 96a08ac3f4a6..3410b4b5a42d 100644 --- a/codemaker/README +++ b/codemaker/README @@ -1,2 +1,5 @@ -UNO interface declaration/stub generators for C++ (headers), Java (class files), ... the one for .Net is in cli_ure. - +UNO interface declaration/stub generators for: +- C++: cppumaker generates headers (.hpp and .hdl files) that provide + the UNO API C++ binding +- Java: javamaker generates class files that provide the JVM UNO API binding +- the one for .Net is in module cli_ure |