summaryrefslogtreecommitdiff
path: root/codemaker
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-11 09:23:27 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-11 09:29:44 +0200
commit73fc5adecf090ae860a869f7b279c3bad7925d5b (patch)
tree18d45f2008a2d2992e1b713947d644c8b56e8c99 /codemaker
parentca514d35bdb374e62d7bb90e19e55c7cc7a9fab7 (diff)
Clean up codemaker/README
Change-Id: Ic127497cbf248583337183770b0363686c18dc6d
Diffstat (limited to 'codemaker')
-rw-r--r--codemaker/README32
1 files changed, 17 insertions, 15 deletions
diff --git a/codemaker/README b/codemaker/README
index d7af16733df7..436086cec5e5 100644
--- a/codemaker/README
+++ b/codemaker/README
@@ -1,15 +1,17 @@
-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
-- The "codemaker" module holds the language dependent type generators for C++ and Java.
-
-Note the different terminology used by cppumaker vs. gbuild for the
-three variants that can be generated by cppumaker for some of the
-inline functions:
-
-(10:21:49) sberg: tml_, switch: -L; cpputype.cxx: light; gbuild: normal
-(10:22:02) sberg: tml_, switch: none; cpputype.cxx: normal; gbuild: bootstrap
-(10:22:20) sberg: tml_, switch: -C; cpputype.cxx: comprehensive; gbuild: comprehensive
-(10:22:45) sberg: ...a recipe for confusion
+Generators for language-binding--specific representations of UNOIDL entities:
+- cppumaker generates header (.hdl and .hpp) files for the C++ UNO language
+ binding
+- javamaker generates class files for the JVM language binding
+- the codemaker for .Net is in module cli_ure
+
+Some of the code is re-used by the skeletonmakers in module unodevtools.
+
+
+Note the different terminology used by cppumaker vs. gbuild for the three
+variants that can be generated by cppumaker for some of the inline functions:
+
+ cppumaker switch: -L; cpputype.cxx: light; gbuild: normal;
+ cppumaker switch: none; cpputype.cxx: normal; gbuild: bootstrap;
+ cppumaker switch: -C; cpputype.cxx: comprehensive; gbuild: comprehensive;
+
+...a recipe for confusion.