gnucash maint: Fix doxigen comment after changed const behaviour

Geert Janssens gjanssens at code.gnucash.org
Sat Mar 19 09:39:26 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/dca13d62 (commit)
	from  https://github.com/Gnucash/gnucash/commit/6c2c2d73 (commit)



commit dca13d6248a611c39e9b6f507f88212a9fc386b0
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Mar 19 15:07:33 2016 +0100

    Fix doxigen comment after changed const behaviour

diff --git a/src/libqof/qof/qofbook.h b/src/libqof/qof/qofbook.h
index ab9a0db..35aa303 100644
--- a/src/libqof/qof/qofbook.h
+++ b/src/libqof/qof/qofbook.h
@@ -333,7 +333,7 @@ gchar * qof_book_normalize_counter_format(const gchar *format, gchar **err_msg);
 
 /** Get the format string to use for the named counter.
  *    The return value is NULL on error or the format string of the
- *    counter. The string should not be freed.
+ *    counter. The returned string should be freed by the caller.
  */
 gchar *qof_book_get_counter_format (const QofBook *book, const char *counter_name);
 



Summary of changes:
 src/libqof/qof/qofbook.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list