adjust comments to keep haddock happy

This commit is contained in:
Simon Michael 2008-09-28 23:28:11 +00:00
parent 59181876aa
commit faf97cafe6

View File

@ -130,24 +130,24 @@ addDataToAccountNameTree = treemap . ledgerAccount
-- standard balance command shows all top-level accounts: -- standard balance command shows all top-level accounts:
-- --
-- > ledger bal -- > ledger bal
-- $ assets -- $ assets
-- $ equity -- $ equity
-- $ expenses -- $ expenses
-- $ income -- $ income
-- $ liabilities -- $ liabilities
-- --
-- with an account pattern, show only the ones with matching names: -- with an account pattern, show only the ones with matching names:
-- --
-- > ledger bal asset -- > ledger bal asset
-- $ assets -- $ assets
-- --
-- with -s, show all subaccounts of matched accounts: -- with -s, show all subaccounts of matched accounts:
-- --
-- > ledger -s bal asset -- > ledger -s bal asset
-- $ assets -- $ assets
-- $ cash -- $ cash
-- $ checking -- $ checking
-- $ saving -- $ saving
-- --
-- we elide boring accounts in two ways: -- we elide boring accounts in two ways:
-- - leaf accounts and branches with 0 balance or 0 transactions are omitted -- - leaf accounts and branches with 0 balance or 0 transactions are omitted