From 131d671a45251c449ccced59e0ff84c6714b4ed6 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 2 Jun 2009 19:57:18 +0000 Subject: [PATCH] haddock --- Commands/All.hs | 5 +++-- Ledger.hs | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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. -}