From e04acbd2a05b7647cef550bbd791e5c9477c0b72 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Wed, 22 Dec 2021 17:09:20 +0200 Subject: [PATCH] docs: remove protected annotations from functions to show them in the docs --- lib/wp/iterator.c | 1 - lib/wp/object.c | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/wp/iterator.c b/lib/wp/iterator.c index 702a4fb8..f86f72d7 100644 --- a/lib/wp/iterator.c +++ b/lib/wp/iterator.c @@ -96,7 +96,6 @@ wp_iterator_new (const WpIteratorMethods *methods, size_t user_size) * \brief Gets the implementation-specific storage of an iterator * \note this only for use by implementations of WpIterator * - * \protected * \ingroup wpiterator * \param self an iterator object * \returns a pointer to the implementation-specific storage area diff --git a/lib/wp/object.c b/lib/wp/object.c index c0ba8b2a..396fff36 100644 --- a/lib/wp/object.c +++ b/lib/wp/object.c @@ -515,7 +515,6 @@ wp_object_abort_activation (WpObject * self, const gchar *msg) * * \remark Private method to be called by subclasses only. * - * \protected * \ingroup wpobject * \param self the object * \param activated the features that were activated, or 0