summaryrefslogtreecommitdiffstats
path: root/odk/docs/idl/main.dox
blob: 5e9a6c8f953b69d0f3d9a53ba25387c38b13b139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.