Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Wed, 12 Feb 2025 11:16:01 UTC Commit: 528b1a25263124dfc3021d6bb40c0f52179cc57e https://github.com/geany/geany/commit/528b1a25263124dfc3021d6bb40c0f52179cc5...
Log Message: ----------- Fix Doxygen markup for a return value
Modified Paths: -------------- src/symbols.c
Modified: src/symbols.c 3 lines changed, 1 insertions(+), 2 deletions(-) =================================================================== @@ -262,8 +262,7 @@ const gchar *symbols_get_context_separator(gint ft_id)
/** Gets the icon data corresponding to the provided TMIcon. * @param icon TMIcon. - * - * Returns the GdkPixbuf corresponding to the provided TMIcon. + * @returns The GdkPixbuf corresponding to the provided TMIcon. * * @since 2.1 */
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).