From: Duncan C. <dun...@us...> - 2004-05-20 16:42:27
|
Update of /cvsroot/gtk2hs/gtk2hs/gtk/treeList In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16040/gtk/treeList Modified Files: TreeModel.chs Log Message: minor doc changes in preperation for 'haddock'ification change bits that trip up haddock Index: TreeModel.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/treeList/TreeModel.chs,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- TreeModel.chs 9 Jul 2003 22:42:46 -0000 1.10 +++ TreeModel.chs 20 May 2004 16:42:16 -0000 1.11 @@ -25,12 +25,12 @@ -- * A @ref data TreeModel@ is the abstract base class for -- @ref data TreeStore@ and @ref data ListStore@. -- ---- @documentation@ ----------------------------------------------------------- +-- @documentation@ ----------------------------------------------------------- -- -- * Most functions are defined in the latter two classes. This module -- provides the @ref data TreeIter@ and @ref data TreePath@ objects. -- ---- @todo@ -------------------------------------------------------------------- +-- @todo@ -------------------------------------------------------------------- -- -- module TreeModel( |