mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
idocumentation cleanup
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6037 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
9cc0f5f04e
commit
085a778161
@ -58,6 +58,12 @@ struct account_s
|
||||
/* public data, describes account */
|
||||
GUID guid; /* globally unique account id */
|
||||
|
||||
/* XXX FIXME ... this pointer shadows a more 'technically correct
|
||||
* pointer', the one in book. The correct way to find the entity
|
||||
* table should be to find the accounts parent group, then find
|
||||
* the parent book, then find the entity table. So this shadow
|
||||
* copy here is redundant... does it provide a performance boost
|
||||
* by being here ??? Do we ahve another reason ??? */
|
||||
GNCEntityTable *entity_table; /* Entity table this account is
|
||||
* stored in. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user