odk/docs/idl/main.dox | 5 +++++ 1 file changed, 5 insertions(+) New commits: commit 26fcbe463c2f91353463bd826f570ca7945c8987 Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Mon Mar 18 11:33:09 2024 +0500 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Mon Mar 18 14:09:10 2024 +0100
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 <mike.kagan...@collabora.com> 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. +/// +/// emark +/// 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.