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. This is the module that is used to render the docs accessed through the shell through c:h/1,2,3. Example:
1> h(maps,new,0). -spec new() -> Map when Map :: #{}. Since: OTP 17.0 Returns a new empty map. Example: > maps:new(). #{}
This module formats and renders 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. It can also render any other format of "text" type, although those will be rendered as is.
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.