From faf97cafe617cfed2bb7da17725b8997859da326 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 28 Sep 2008 23:28:11 +0000 Subject: [PATCH] adjust comments to keep haddock happy --- Ledger.hs | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Ledger.hs b/Ledger.hs index 2310612be..dde5d6d05 100644 --- a/Ledger.hs +++ b/Ledger.hs @@ -130,24 +130,24 @@ addDataToAccountNameTree = treemap . ledgerAccount -- standard balance command shows all top-level accounts: -- -- > ledger bal --- $ assets --- $ equity --- $ expenses --- $ income --- $ liabilities +-- $ assets +-- $ equity +-- $ expenses +-- $ income +-- $ liabilities -- -- with an account pattern, show only the ones with matching names: -- -- > ledger bal asset --- $ assets +-- $ assets -- -- with -s, show all subaccounts of matched accounts: -- -- > ledger -s bal asset --- $ assets --- $ cash --- $ checking --- $ saving +-- $ assets +-- $ cash +-- $ checking +-- $ saving -- -- we elide boring accounts in two ways: -- - leaf accounts and branches with 0 balance or 0 transactions are omitted