-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlfe_docs.txt
34 lines (19 loc) · 926 Bytes
/
lfe_docs.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
lfe_docs(3) lfe_docs(3)
NAME
lfe_docs - Lisp Flavoured Erlang (LFE) documentation handling.
SYNOPSIS
This module provides functions to parse docstrings in LFE module
sources in EEP48 format.
EXPORTS
make_chunk(Mod, CompilerInfo) -> {ok,DocsChunk}
Parse a module’s docstrings and return a documentation chunk.
make_docs_info(Mod, CompilerInfo) -> {ok,DocsInfo}
Parse a module’s docstrings and return the documentation info.
get_module_docs(Module | Binary) -> {ok,DocsInfo} | {error,Error}
Extract the documentation from a module documentation chunk and return
it in the documentation format of the current Erlang version.
SEE ALSO
lfe_comp(3), lfe_macro(3)
AUTHORS
Robert Virding.
2016 lfe_docs(3)