summaryrefslogtreecommitdiff
path: root/codemaker/README
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/README')
-rw-r--r--codemaker/README7
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