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 /idlc | |
parent | 05bc9c87a896f58de27accf5a06c04b22a2a74e3 (diff) |
idle code documentation improvement
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/idlc/README b/idlc/README index 877702af52da..1b4c1f709f79 100644 --- a/idlc/README +++ b/idlc/README @@ -1,2 +1,6 @@ -Contains the IDL compiler. +Contains the C++ IDL compiler: idlcpp +This compiler generates C++ headers - .hpp and .hdl files that provide +the UNO C++ binding. That compilation is done primarily in the offapi +and udkapi directories. +2 |