diff options
Diffstat (limited to 'unodevtools/README')
-rw-r--r-- | unodevtools/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unodevtools/README b/unodevtools/README new file mode 100644 index 000000000..f53328e9a --- /dev/null +++ b/unodevtools/README @@ -0,0 +1,6 @@ +Helper tools for external UNO component developers + +This module contains some tools for people writing UNO components. In +particular it will auto-generate skeletons for implementing UNO +interfaces - that declare all the relevant methods leaving the code to +be filled in. This can be done for C++ or Java.
\ No newline at end of file |