haddock
This commit is contained in:
		
							parent
							
								
									5f19e638c6
								
							
						
					
					
						commit
						131d671a45
					
				@ -1,8 +1,9 @@
 | 
				
			|||||||
{-# OPTIONS_GHC -cpp #-}
 | 
					{-# OPTIONS_GHC -cpp #-}
 | 
				
			||||||
{-| 
 | 
					{-| 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This module re-exports all the Commands modules. It's just a convenience,
 | 
					The Commands package defines all the commands offered by the hledger
 | 
				
			||||||
you can import individual modules if you prefer.
 | 
					application, like \"register\" and \"balance\".  This module exports all
 | 
				
			||||||
 | 
					the commands; you can also import individual modules if you prefer.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-}
 | 
					-}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,8 @@
 | 
				
			|||||||
{-| 
 | 
					{-| 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The Ledger package allows parsing and querying of ledger files.
 | 
					The Ledger library allows parsing and querying of ledger files.  It
 | 
				
			||||||
It generally provides a compatible subset of C++ ledger's functionality.
 | 
					generally provides a compatible subset of C++ ledger's functionality.
 | 
				
			||||||
 | 
					This package re-exports all the Ledger.* modules.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-}
 | 
					-}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user