fixed doxygen generation

This commit is contained in:
Jan Führer 2021-06-28 10:22:33 +02:00
parent 9f4f110c53
commit 988b8d2747
No known key found for this signature in database
GPG Key ID: 21F7A8B8C9FD52A2
2 changed files with 2 additions and 2 deletions

View File

@ -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
*/

View File

@ -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
*/