diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-04-08 14:05:06 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-04-08 14:06:32 +0100 |
commit | 6ec631942364a87965d0951c756073faf934cabb (patch) | |
tree | 97a2733e7c13ec8b6feb47bb419bc1aad00b181e /toolkit | |
parent | 84373a71d6bbbbeeac0d29500ed717ffd906bac4 (diff) |
more code overview documentation.
Change-Id: I1eb1ac2c88a906ea1a4c11194d79219c684afb76
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolkit/README b/toolkit/README index 59f2e2f0ab91..e320108de058 100644 --- a/toolkit/README +++ b/toolkit/README @@ -5,3 +5,7 @@ or Java. Note that the "awt" here has no relation to the Java awt, as far as I know. It might be inspired by it API-wise, perhaps. (If you know differently, feel free to improve this REDAME file.) + +Note that toolkit/ is itself not really a toolkit, it is at root a +reasonably simple wrapper of vcl/ - if you came here looking for a +toolkit, please checkout vcl/ instead. |