Add support for displaying exported functions

This commit is contained in:
Fabio Berger
2018-03-18 18:44:52 +01:00
parent 4941ffd354
commit 794b155827
10 changed files with 139 additions and 51 deletions

View File

@@ -5,3 +5,6 @@
* Move example out into a separate sub-package
* Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452)
* Handle `reflection` type rendering so that anonymous function type declarations render properly
* Rename `MethodSignature` to `Signature` and change it's props so that it can be used to render method and function signatures.
* Rename `MethodBlock` to `SignatureBlock` since it is not used to render method and function signature blocks.
* Add support for documenting exported functions.