hslua-packaging-2.2.1: Utilities to build Lua modules.
Copyright© 2020-2022 Albert Krewinkel
LicenseMIT
MaintainerAlbert Krewinkel <tarleb+hslua@zeitkraut.de>
Stabilityalpha
PortabilityPortable
Safe HaskellNone
LanguageHaskell2010

HsLua.Packaging.Rendering

Description

Deprecated: Use getdocumentation with a custom renderer.

Render function and module documentation.

Synopsis

Documentation

renderModule :: Module e -> Text Source #

Renders module documentation as Markdown.

renderFunction Source #

Arguments

:: DocumentedFunction e

function

-> Text

function docs

Renders documentation of a function.