diff options
Diffstat (limited to 'odk/docs/idl/main.dox')
-rw-r--r-- | odk/docs/idl/main.dox | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/odk/docs/idl/main.dox b/odk/docs/idl/main.dox new file mode 100644 index 000000000..5e9a6c8f9 --- /dev/null +++ b/odk/docs/idl/main.dox @@ -0,0 +1,20 @@ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ + +/// \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. + |