From 26fcbe463c2f91353463bd826f570ca7945c8987 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Mon, 18 Mar 2024 11:33:09 +0500 Subject: Add a notice about "published" to the IDL API documentation main page Users don't realize that they may see not only published interfaces there. Seen e.g. on https://ask.libreoffice.org/t/103621 Change-Id: Id93bb12c1871fcfe85b71be01be0995ee2a83ded Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164962 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- odk/docs/idl/main.dox | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/odk/docs/idl/main.dox b/odk/docs/idl/main.dox index 5e9a6c8f953b..70c79d933144 100644 --- a/odk/docs/idl/main.dox +++ b/odk/docs/idl/main.dox @@ -17,4 +17,9 @@ /// "members inherited from optional service or interface", /// i.e., not every implementation supports these members /// or attributes. +/// +/// \remark +/// Only interfaces marked "published" are part of the published +/// UNO API. Interfaces that haven't "published" mark, may be +/// changed at any time. Do not use them in macros / scripts. -- cgit