|
NAMEedoc_layout_chunks - Convert EDoc module documentation to an EEP-48 docs_v1 chunk.DESCRIPTIONConvert EDoc module documentation to an EEP-48 docs_v1 chunk.This layout is only expected to work with edoc_doclet_chunks. Section Using the EDoc API in the EDoc User's Guide shows an example of using this module. This module breaks the convention stated in edoc_doclet to not rely on edoc.hrl in doclets and layouts. It uses #entry{} records directly to recover information that is not otherwise available to layouts. DATA TYPES
The Docs v1 chunk according to EEP 48.
A tuple equivalent to the #docs_v1_entry{} record, but with the record name field skipped.
EXPORTSmodule(Doc::edoc:edoc_module(), Options::proplists:proplist()) -> binary()Convert EDoc module documentation to an EEP-48 style doc chunk. SEE ALSOedoc_doclet_chunks, shell_docs(3)AUTHORSRadek Szymczyszyn <lavrin@gmail.com>
Visit the GSP FreeBSD Man Page Interface. |