mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 18:30:23 -06:00
Modify documentation for gncEntryComputeValue
Modify documentation for be19b489e
This commit is contained in:
parent
be19b489e4
commit
8a56a00313
@ -270,8 +270,8 @@ gnc_numeric gncEntryGetBalDiscountValue (GncEntry *entry, gboolean round, gboole
|
||||
*
|
||||
* The return values are NOT rounded.
|
||||
*
|
||||
* The tax_values list is owned by the entry and will be
|
||||
* destroyed automatically, so use it quickly.
|
||||
* If the tax_values list is owned by the entry, it will be destroyed
|
||||
* automatically. Otherwise use gncAccountValueDestroy to free it.
|
||||
*/
|
||||
void gncEntryComputeValue (gnc_numeric qty, gnc_numeric price,
|
||||
const GncTaxTable *tax_table, gboolean tax_included,
|
||||
|
Loading…
Reference in New Issue
Block a user