sw/inc/fmtmeta.hxx | 7 +++++++ 1 file changed, 7 insertions(+) New commits: commit 5c5d0c4858a123c6aa1dbadcdfd96641eb91283b Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Mon May 8 22:03:51 2023 +0100 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Tue May 9 08:21:28 2023 +0200
sw: document SwFormatMeta and sw::Meta A bit hidden, since there is no UI for this. Change-Id: I1167236a1a2f4745580cc85b0b1f3555622bf3be Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151547 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmik...@collabora.com> diff --git a/sw/inc/fmtmeta.hxx b/sw/inc/fmtmeta.hxx index 6fba3bac2aa5..93b5f9f49cb5 100644 --- a/sw/inc/fmtmeta.hxx +++ b/sw/inc/fmtmeta.hxx @@ -87,6 +87,7 @@ namespace sw { class MetaFieldManager; } +/// SwFormatMeta is a pool item subclass that owns a Meta. class SwFormatMeta final : public SfxPoolItem { @@ -124,6 +125,12 @@ public: namespace sw { +/// Meta is an annotation on a range of text. There is no UI to insert such annotations, but the UNO +/// API can do so. +/// +/// See +/// <https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Annotated_text_range> +/// for more details. class Meta : public ::sfx2::Metadatable , public sw::BroadcastingModify