From b6595fb586c80b02ce8b2eeebda8219220bf2254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Fri, 31 May 2024 23:00:36 +0200 Subject: [PATCH] core: add missing \ingroup --- lib/wp/core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/wp/core.c b/lib/wp/core.c index a14b702f..167b891a 100644 --- a/lib/wp/core.c +++ b/lib/wp/core.c @@ -1345,6 +1345,7 @@ wp_core_sync_finish (WpCore * self, GAsyncResult * res, GError ** error) /*! * \brief Finds a registered object * + * \ingroup wpcore * \param self the core * \param func (scope call): a function that takes the object being searched * as the first argument and \a data as the second. it should return TRUE if