add notes about linkage

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9494 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2003-10-13 03:39:02 +00:00
parent 7f4b23c898
commit 5647961e59

View File

@ -32,4 +32,9 @@ explanation:
- children don't use refcounts, only parents do.
- A child always points to its parent (it can have only 1).
- A parent has a list of all children.
- A parent has a pointer to the current 'replica child', if one exists.
------------------------- end of file ------------------------------