docs_v1() = #docs_v1{}
The record holding EEP-48 documentation for a module. You can use code:get_doc/1 to fetch this information from a module.
This module can be used to render function and type documentation to be printed in a shell. It can only render EEP-48 documentation of the format application/erlang+html. For more information about this format see Documentation Storage in Erl_Docgen's User's Guide.
The record holding EEP-48 documentation for a module. You can use code:get_doc/1 to fetch this information from a module.
The configuration of how the documentation should be rendered.
The HTML tags allowed in application/erlang+html.
Render the documentation for a module or function.
Render the documentation of a type in a module.
Render the documentation of a callback in a module.
This function can be used to do a basic validation of the doc content of application/erlang+html format.
This function can be used to do whitespace normalization of application/erlang+html documentation.
This function can be used to find out which tags are supported by application/erlang+html documentation.