From: Duncan C. <dun...@us...> - 2005-01-08 07:37:21
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22606 Modified Files: ChangeLog Log Message: Extend the XSLT script to extract module level documentation, the summary, description and any extra sections including program listings. The object hierarchy has not yet been added. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.263 retrieving revision 1.264 diff -u -d -r1.263 -r1.264 --- ChangeLog 7 Jan 2005 17:45:39 -0000 1.263 +++ ChangeLog 8 Jan 2005 07:37:10 -0000 1.264 @@ -4,6 +4,10 @@ module level documentation and produce contents list. Also note in the documentation what gtk version the module as a whole and individual functions are avaliable from, eg "available since Gtk version 2.4". + + * tools/apiGen/format-docs.xsl: extract module level documentation, + the summary, description and any extra sections including program + listings. The object hierarchy has not yet been added. * tools/apiGen/Template.chs: added Haddock headers and rename some template variables. Move major documentation section to export list. |