| Copyright | © 2020-2024 Albert Krewinkel |
|---|---|
| License | MIT |
| Maintainer | Albert Krewinkel <tarleb@hslua.org> |
| Stability | alpha |
| Portability | Portable |
| Safe Haskell | None |
| Language | Haskell2010 |
HsLua.Packaging.Rendering
Contents
Description
Deprecated: Use getdocumentation with a custom renderer.
Render function and module documentation.
Synopsis
- render :: Module e -> Text
- renderModule :: Module e -> Text
- renderFunction :: DocumentedFunction e -> Text
Documentation
Alias for renderModule.
renderModule :: Module e -> Text #
Renders module documentation as Markdown.
Arguments
| :: DocumentedFunction e | function |
| -> Text | function docs |
Renders documentation of a function.