mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix doxigen comment after changed const behaviour
This commit is contained in:
parent
6c2c2d73a3
commit
dca13d6248
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user