edoc_parser
(edoc)
Functions
format_error(Message) -> term()
parse(Tokens) -> term()
parse_and_scan(X1) -> term()
parse_param(S, L) -> term()
Parses the content of
@param tags.
parse_ref(S, L) -> term()
Parses a reference to a module,
package, function, type, or application
parse_see(S, L) -> term()
Parses the content of
@see references.
parse_spec(S, L) -> term()
EDoc type specification parsing. Parses the content of
@spec declarations.
parse_throws(S, L) -> term()
EDoc exception specification parsing. Parses the content of
@throws declarations.
parse_typedef(S, L) -> term()
EDoc type definition parsing. Parses the content of
@type declarations.
Functions
format_error(Message) -> term()
parse(Tokens) -> term()
parse_and_scan(X1) -> term()
parse_param(S, L) -> term()
Parses the content of @param tags.
parse_ref(S, L) -> term()
Parses a reference to a module, package, function, type, or application
parse_see(S, L) -> term()
Parses the content of @see references.
parse_spec(S, L) -> term()
EDoc type specification parsing. Parses the content of @spec declarations.
parse_throws(S, L) -> term()
EDoc exception specification parsing. Parses the content of @throws declarations.
parse_typedef(S, L) -> term()
EDoc type definition parsing. Parses the content of @type declarations.