From 988b8d2747b64e3e8c531df9551093c5167951e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20F=C3=BChrer?= Date: Mon, 28 Jun 2021 10:22:33 +0200 Subject: [PATCH] fixed doxygen generation --- src/icon.h | 2 +- src/queues.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/icon.h b/src/icon.h index ef781fb..7ae8cd7 100644 --- a/src/icon.h +++ b/src/icon.h @@ -65,7 +65,7 @@ GdkPixbuf *get_pixbuf_from_icon(const char *iconname, int scale); * get searched in the folders of the icon_path setting. * @param id (necessary) A unique identifier of the returned pixbuf. Only filled, * if the return value is non-NULL. - * @param scale An integer representing the output dpi scaling. + * @param dpi_scale An integer representing the output dpi scaling. * @return an instance of `GdkPixbuf`, representing the name's image * @retval NULL: Invalid path given */ diff --git a/src/queues.h b/src/queues.h index 49c7610..b0f99fc 100644 --- a/src/queues.h +++ b/src/queues.h @@ -149,7 +149,7 @@ gint64 queues_get_next_datachange(gint64 time); * Get the notification which has the given id in the displayed and waiting queue or * NULL if not found * - * @param the id searched for. + * @param id the id searched for. * * @return the `id` notification or NULL */