gnucash maint: Fix function documentation

Geert Janssens gjanssens at code.gnucash.org
Tue Mar 1 04:37:12 EST 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/25181a6c (commit)
	from  https://github.com/Gnucash/gnucash/commit/6d1c9b53 (commit)



commit 25181a6c0129cb4b03a0cffdd51f68843b5af5db
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Tue Mar 1 10:37:06 2022 +0100

    Fix function documentation
    
    As pointed out by Kevin Buckley

diff --git a/gnucash/gnome-utils/gnc-plugin-page.h b/gnucash/gnome-utils/gnc-plugin-page.h
index e976c71bf..9d0b7e560 100644
--- a/gnucash/gnome-utils/gnc-plugin-page.h
+++ b/gnucash/gnome-utils/gnc-plugin-page.h
@@ -416,7 +416,7 @@ const gchar *gnc_plugin_page_get_page_color (GncPluginPage *page);
  *
  *  @param page The page whose name should be retrieved.
  *
- *  @param The color for this page.  This string is owned by the page and
+ *  @param color The color for this page.  This string is owned by the page and
  *  should not be freed by the caller.
  */
 void gnc_plugin_page_set_page_color (GncPluginPage *page, const char *color);



Summary of changes:
 gnucash/gnome-utils/gnc-plugin-page.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list