summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-03-06 11:07:48 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-03-06 11:08:13 +0000
commit534b3a9b2e828401ff69500a54f894e1cad4a78d (patch)
tree532e070253783c4e1f13f0dadae2c6c174b59b6d /idlc
parent05bc9c87a896f58de27accf5a06c04b22a2a74e3 (diff)
idle code documentation improvement
Diffstat (limited to 'idlc')
-rw-r--r--idlc/README6
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