diff options
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/README.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/cppu/README.md b/cppu/README.md index 066170cd7840..3249d15e638e 100644 --- a/cppu/README.md +++ b/cppu/README.md @@ -1,4 +1,8 @@ -Type definitions/implementations for the core of UNO. The exported API is in C. +# Binary UNO Runtime -See also: -[http://wiki.openoffice.org/wiki/Uno/Binary/Modules/CPPU] +CPPU stands for C++ UNO and it contains type definitions / implementations for the core of UNO. The +exported API is in C, and there exists some C++ wrappers. + +## See also + +<http://wiki.openoffice.org/wiki/Uno/Binary/Modules/CPPU> |