diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-03-06 11:07:48 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-03-06 11:08:13 +0000 |
commit | 534b3a9b2e828401ff69500a54f894e1cad4a78d (patch) | |
tree | 532e070253783c4e1f13f0dadae2c6c174b59b6d /unodevtools | |
parent | 05bc9c87a896f58de27accf5a06c04b22a2a74e3 (diff) |
idle code documentation improvement
Diffstat (limited to 'unodevtools')
-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 000000000000..f53328e9a0a3 --- /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 |