Skip to content

Allow docstrings after exports

Ben Gamari requested to merge wip/export-since into master

Here we extend the parser and AST to preserve docstrings following export items. We then extend Haddock to parse @since annotations in such docstrings, allowing changes in export structure to be properly documented.

Implements both haddock#1630 and haddock#1629.

Edited by Ben Gamari

Merge request reports