From 5476a292ad351c638ef1296ba04cd70de63155a9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 13 Mar 2010 00:17:47 +0000 Subject: [PATCH] docs: haddock fixes --- Commands/All.hs | 2 +- hledger-lib/Ledger/Parse.hs | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Commands/All.hs b/Commands/All.hs index e3bac6dec..fe5a7ff9a 100644 --- a/Commands/All.hs +++ b/Commands/All.hs @@ -55,6 +55,7 @@ tests_Commands = TestList -- ,Commands.Print.tests_Print Commands.Register.tests_Register -- ,Commands.Stats.tests_Stats + ] -- #ifdef VTY -- ,Commands.UI.tests_UI -- #endif @@ -64,4 +65,3 @@ tests_Commands = TestList -- #ifdef CHART -- ,Commands.Chart.tests_Chart -- #endif - ] diff --git a/hledger-lib/Ledger/Parse.hs b/hledger-lib/Ledger/Parse.hs index e00c66625..8c52813fe 100644 --- a/hledger-lib/Ledger/Parse.hs +++ b/hledger-lib/Ledger/Parse.hs @@ -133,8 +133,10 @@ i, o or O. The meanings of the codes are: Example: +@ i 2007/03/10 12:26:00 hledger o 2007/03/10 17:26:02 +@ -}