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

HsLua.Packaging.Rendering

Description

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.