adjust comments to keep haddock happy
This commit is contained in:
		
							parent
							
								
									59181876aa
								
							
						
					
					
						commit
						faf97cafe6
					
				
							
								
								
									
										20
									
								
								Ledger.hs
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								Ledger.hs
									
									
									
									
									
								
							| @ -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 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user