bump product version to 6.3.0.0.beta1
[LibreOffice.git] / odk / docs / idl / main.dox
blob5e9a6c8f953b69d0f3d9a53ba25387c38b13b139
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  */
9 /// \mainpage
10 ///
11 /// This is a reference documentation for the UNO IDL API.
12 ///
13 /// \remark
14 /// UNO IDL has no concept of "public" or "protected".
15 /// "Protected Member" or "Protected Attribute" in the context
16 /// of this IDL documentation actually means
17 /// "members inherited from optional service or interface",
18 /// i.e., not every implementation supports these members
19 /// or attributes.