diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-13 13:12:29 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-13 13:12:29 +0200 |
commit | b913438c0b1bccc0da4332b5e12dc67a48e574d1 (patch) | |
tree | 4e637877db11b106bae9b1b7b0cc7833f66608a6 | |
parent | 251e5ff33835874f4d442276adefab1b25ed066b (diff) | |
download | xmobar-b913438c0b1bccc0da4332b5e12dc67a48e574d1.tar.gz xmobar-b913438c0b1bccc0da4332b5e12dc67a48e574d1.tar.bz2 |
Plugins.hs: some haddock corrections
darcs-hash:20070713111229-d6583-9f935f51431cd4f748be95111aed88c8b6dbaa0b.gz
-rw-r--r-- | Plugins.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,9 +8,9 @@ -- Stability : unstable -- Portability : unportable -- --- This module export the API for plugins. +-- This module exports the API for plugins. -- --- Have a look ate Plugins/HelloWorld.hs +-- Have a look at Plugins\/HelloWorld.hs -- ----------------------------------------------------------------------------- |