From: Duncan C. <dun...@us...> - 2005-01-12 01:35:06
|
Update of /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI/Gtk/Pango In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26538/gtk/Graphics/UI/Gtk/Pango Modified Files: Description.chs Log Message: Tiny haddock markup fixes. Index: Description.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI/Gtk/Pango/Description.chs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Description.chs 8 Jan 2005 15:31:04 -0000 1.1 +++ Description.chs 12 Jan 2005 01:34:55 -0000 1.2 @@ -168,7 +168,7 @@ -- | Set the size field. -- --- * The given size is in points (pts). One point is 1/72 inch. +-- * The given size is in points (pts). One point is 1\/72 inch. -- fontDescriptionSetSize :: FontDescription -> Rational -> IO () fontDescriptionSetSize fd p = |