Merge pull request #883 from FuJa0815/fixed_doxygen

fixed doxygen generation
This commit is contained in:
fwSmit 2021-06-29 17:31:19 +02:00 committed by GitHub
commit 6ee460335d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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. * get searched in the folders of the icon_path setting.
* @param id (necessary) A unique identifier of the returned pixbuf. Only filled, * @param id (necessary) A unique identifier of the returned pixbuf. Only filled,
* if the return value is non-NULL. * 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 * @return an instance of `GdkPixbuf`, representing the name's image
* @retval NULL: Invalid path given * @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 * Get the notification which has the given id in the displayed and waiting queue or
* NULL if not found * NULL if not found
* *
* @param the id searched for. * @param id the id searched for.
* *
* @return the `id` notification or NULL * @return the `id` notification or NULL
*/ */