View Source Skogsra.Docs (Skogsrå v2.5.0)
This module defines the documentation generators.
Summary
Functions
Generates docs for a variable given its module
, function_name
,
app_name
, keys
to find it, options
and custom docs
.
Generates put docs for a variable given its module
and function_name
.
Generates reload docs for a variable given its module
and function_name
.
Generates short docs for a variable given its module
, function_name
,
and custom docs
.
Types
Functions
Link to this function
gen_full_docs(module, function_name, app_name, keys, options, docs)
View Source@spec gen_full_docs( module(), function_name(), Skogsra.Env.app_name(), Skogsra.Env.keys(), Skogsra.Env.options(), docs() ) :: binary()
Generates docs for a variable given its module
, function_name
,
app_name
, keys
to find it, options
and custom docs
.
@spec gen_put_docs( module(), function_name(), docs() ) :: binary()
Generates put docs for a variable given its module
and function_name
.
@spec gen_reload_docs( module(), function_name(), docs() ) :: binary()
Generates reload docs for a variable given its module
and function_name
.
@spec gen_short_docs( module(), function_name(), docs() ) :: binary()
Generates short docs for a variable given its module
, function_name
,
and custom docs
.