[haddock] #114: Make the frames version a separate output mode

haddock haddock at projects.haskell.org
Tue Jul 7 05:08:04 EDT 2009


#114: Make the frames version a separate output mode
------------------------+---------------------------------------------------
Reporter:  duncan       |       Owner:       
    Type:  enhancement  |      Status:  new  
Priority:  major        |   Milestone:  2.5.0
 Version:  2.4.2        |    Keywords:       
------------------------+---------------------------------------------------
 The frames version of the html haddock output is almost universally
 ignored. That is the files:
 {{{
 frames.html
 index-frames.html
 mini_$MODULE.html
 }}}
 which are generated to support the frames view.

 Since nobody uses the frames view and it takes extra space and clutter,
 how about making it a separate mode.

 {{{
 --html         output in HTML
 --html-frames  output in HTML using frames
 }}}

 Note: when extracting the frames code from the normal code, make sure to
 omit the on-load code from the html head:
 {{{
 <SCRIPT TYPE="text/javascript">
 window.onload = function () {
   setSynopsis("mini_Distribution-Simple.html")
 };
 </SCRIPT>
 }}}

-- 
Ticket URL: <http://trac.haskell.org/haddock/ticket/114>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool


More information about the Haddock mailing list