docs: fix haddock

This commit is contained in:
Simon Michael 2009-12-16 17:59:06 +00:00
parent 59c199e1a8
commit dbfc9f3624

View File

@ -4,17 +4,17 @@
Most data types are defined here to avoid import cycles. Most data types are defined here to avoid import cycles.
Here is an overview of the hledger data model as of 0.8: Here is an overview of the hledger data model as of 0.8:
Ledger -- hledger's ledger, a journal file plus various cached data > Ledger -- hledger's ledger, a journal file plus various cached data
Journal -- representation of the journal file > Journal -- representation of the journal file
[Transaction] -- journal transactions, with date, description and.. > [Transaction] -- journal transactions, with date, description and..
[Posting] -- one or more journal postings > [Posting] -- ..one or more journal postings
[LedgerPosting] -- all postings combined with their transaction info > [LedgerPosting] -- all postings combined with their transaction info
Tree AccountName -- the tree of all account names > Tree AccountName -- the tree of all account names
Map AccountName Account -- per-account ledger postings and balances for easy lookup > Map AccountName Account -- per-account ledger postings and balances for easy lookup
For more detailed documentation on each type, see the corresponding modules. For more detailed documentation on each type, see the corresponding modules.
A note about terminology: Here's how some of the terminology has evolved:
- ledger 2 had entries containing transactions. - ledger 2 had entries containing transactions.