Ticket #114 (new enhancement)
Make the frames version a separate output mode
| Reported by: | duncan | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Version: | 2.4.2 | Keywords: | |
| Cc: |
Description
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>
Change History
Note: See
TracTickets for help on using
tickets.
