diff options
Diffstat (limited to 'odk')
-rw-r--r-- | odk/docs/idl/main.dox | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/odk/docs/idl/main.dox b/odk/docs/idl/main.dox index b5d1d755ed0a..5e9a6c8f953b 100644 --- a/odk/docs/idl/main.dox +++ b/odk/docs/idl/main.dox @@ -9,3 +9,12 @@ /// \mainpage /// /// This is a reference documentation for the UNO IDL API. +/// +/// \remark +/// UNO IDL has no concept of "public" or "protected". +/// "Protected Member" or "Protected Attribute" in the context +/// of this IDL documentation actually means +/// "members inherited from optional service or interface", +/// i.e., not every implementation supports these members +/// or attributes. + |