diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2007-11-21 15:16:18 +0100 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2007-11-21 15:16:18 +0100 |
commit | c0b830251f688598c2bee2bf1b63ffcd70220a2d (patch) | |
tree | a6bcedadc21b412772a9a3561ccc1afcc6f62baa | |
parent | c2429bf58fb531eae8b2e84baf81670c1b343d2d (diff) | |
download | XMonadContrib-c0b830251f688598c2bee2bf1b63ffcd70220a2d.tar.gz XMonadContrib-c0b830251f688598c2bee2bf1b63ffcd70220a2d.tar.xz XMonadContrib-c0b830251f688598c2bee2bf1b63ffcd70220a2d.zip |
Font: haddock fix
darcs-hash:20071121141618-32816-bac6da91ba877cef9f7c2512ef94453c10b4ebcb.gz
-rw-r--r-- | XMonad/Util/Font.cpphs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Util/Font.cpphs b/XMonad/Util/Font.cpphs index 496691b..20ed576 100644 --- a/XMonad/Util/Font.cpphs +++ b/XMonad/Util/Font.cpphs @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- | -- Module : XMonad.Util.Font --- Copyright : (c) 2007 Andrea Rossato +-- Copyright : (c) 2007 Andrea Rossato and Spencer Janssen -- License : BSD-style (see xmonad/LICENSE) -- -- Maintainer : andrea.rossato@unibz.it @@ -48,7 +48,7 @@ data XMonadFont = Core FontStruct #endif -- $usage --- See Tabbed or Prompt for usage examples +-- See "Xmonad.Layout.Tabbed" or "XMonad.Prompt" for usage examples -- | Get the Pixel value for a named color: if an invalid name is -- given the black pixel will be returned. |