table of contents
- bullseye 1:23.2.6+dfsg-1+deb11u1
- testing 1:25.2.3+dfsg-1
- unstable 1:25.2.3+dfsg-1
- experimental 1:26.0.1+dfsg-1
edoc_lib(3erl) | Erlang Module Definition | edoc_lib(3erl) |
NAME¶
edoc_lib - Utility functions for EDoc.
DESCRIPTION¶
Utility functions for EDoc.
DATA TYPES¶
Environment information needed by EDoc for generating references. The data representation is not documented.
EXPORTS¶
get_doc_env(App, Modules, Options::proplist()) ->
edoc_env()
Types:
Modules = [atom()]
proplist() = [term()]
Creates an environment data structure used by parts of EDoc for generating references, etc. See edoc:run/2 for a description of the options file_suffix, app_default and doc_path.
See also: edoc:get_doc/3, edoc_extract:source/4.
write_file(Text, Dir, Name, Options) -> term()
SEE ALSO¶
edoc
AUTHORS¶
Richard Carlsson <carlsson.richard@gmail.com>
edoc 0.12 |