idocumentation cleanup

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6037 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2001-11-25 03:14:05 +00:00
parent 9cc0f5f04e
commit 085a778161

View File

@ -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. */