Copyright | © 2020-2021 Albert Krewinkel |
---|---|
License | MIT |
Maintainer | Albert Krewinkel <tarleb+hslua@zeitkraut.de> |
Stability | alpha |
Portability | Portable |
Safe Haskell | None |
Language | Haskell2010 |
Render function and module documentation.
Synopsis
- render :: Module e -> Text
- renderModule :: Module e -> Text
- renderFunction :: DocumentedFunction e -> Text
Documentation
renderModule :: Module e -> Text Source #
Renders module documentation as Markdown.
:: DocumentedFunction e | function |
-> Text | function docs |
Renders documentation of a function.