hslua-packaging-2.3.1: Utilities to build Lua modules.
Copyright© 2020-2024 Albert Krewinkel
LicenseMIT
MaintainerAlbert Krewinkel <tarleb@hslua.org>
Stabilityalpha
PortabilityPortable
Safe HaskellSafe-Inferred
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.