Scroll to navigation

ldoc(1) ldoc(1)

NAME

ldoc - A LuaDoc-compatible documentation generation system

DESCRIPTION

LDoc, a documentation generator for Lua compatible to LuaDoc.

OPTIONS

(default docs) output directory
(default 'index') output name
be verbose during doc generation
show local functions, etc, in docs
suppress output
module docs as text
(default !) directory for style sheet (ldoc.css)
(default !) directory for template (ldoc.ltp)
(default ldoc) project name
(default Reference) page title
(default plain) formatting, valid options are markdown, discount or plain
(default .) top-level package basename (needed for module(...))
(default html) output file extension
(default config.ld) configuration name
don't show package name in sidebar links
ignore any 'no doc comment or no module' warnings
break LuaDoc compatibility. Descriptions may continue after tags.
(default none) set a flag to be used in config.ld
use colon style
don't infer arguments from source
ignore first comment in source files
allow module merging
no return or params, no summary
one-column output layout
(default system) use this date in generated doc
debug output dump
(default none) filter output as Lua data (e.g pl.pretty.dump)
(default none) show all references to given tags, comma-separated
non-zero exit status on any warning
reproducible build; no date or version on output
<file>
(string) source file or directory containing source

EXAMPLES

reads options from a config.ld file in the same directory
reads options from path/to/myconfig.ld

AUTHOR

This manpage was written for Debian by Julian Wollrath and may be used by others.

06 November 2017 ldoc