mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix API doc of gnc_account_lookup_by_code()
Taken from PR #762, but it is separate issue and rest of the PR needs some discussion.
This commit is contained in:
parent
c4d9ca7bc6
commit
4df6493bc2
@ -905,7 +905,7 @@ Account *gnc_account_lookup_by_name (const Account *parent, const char *name);
|
||||
Account *gnc_account_lookup_by_full_name (const Account *any_account,
|
||||
const gchar *name);
|
||||
|
||||
/** The gnc_account_lookup_full_name() subroutine works like
|
||||
/** The gnc_account_lookup_by_code() subroutine works like
|
||||
* gnc_account_lookup_by_name, but uses the account code.
|
||||
*/
|
||||
Account *gnc_account_lookup_by_code (const Account *parent,
|
||||
|
Loading…
Reference in New Issue
Block a user