diff --git a/Commands/All.hs b/Commands/All.hs index f388c13c8..7d3f3cbaf 100644 --- a/Commands/All.hs +++ b/Commands/All.hs @@ -1,8 +1,9 @@ {-# OPTIONS_GHC -cpp #-} {-| -This module re-exports all the Commands modules. It's just a convenience, -you can import individual modules if you prefer. +The Commands package defines all the commands offered by the hledger +application, like \"register\" and \"balance\". This module exports all +the commands; you can also import individual modules if you prefer. -} diff --git a/Ledger.hs b/Ledger.hs index f3a56994e..7c17d20c3 100644 --- a/Ledger.hs +++ b/Ledger.hs @@ -1,7 +1,8 @@ {-| -The Ledger package allows parsing and querying of ledger files. -It generally provides a compatible subset of C++ ledger's functionality. +The Ledger library allows parsing and querying of ledger files. It +generally provides a compatible subset of C++ ledger's functionality. +This package re-exports all the Ledger.* modules. -}