diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -2,21 +2,29 @@ For 1.0: * parse module headers, augment Interface with info from header -* Short contents at the top of each module? - * IDoc compatibility, as far as possible * named chunks of documentation? -* sort the names in the module tree - * Handle parse errors better in doc strings * Do the unlitting/CPPing from Haddock itself +* facilities for saving interfaces so that you can run Haddock against + something that isn't the Prelude. + +* copy haddock.css into the right place when run + +* allow the HTML/DocBook to be generated into a specified directory + +* remove extra whitespace from the generated HTML + ----------------------------------------------------------------------------- Post 1.0: +* split large modules into several pages (perhaps split at each + section 1 heading?) + * pay attention to import specs! * instances: list relevant instances in the documentation for classes and @@ -24,8 +32,6 @@ Post 1.0: * include file revision info in module headers -* handle scoped type variables in the parser - * Allow fully hiding modules from the output * Add a link to the defining location of a re-exported entity |