Module fn_exts

This module defines the fn_exts behaviour.
Required callback functions: handle/3.

Function Index

behaviour_info/1
get_extensions/0
handle/5
match_extensions/2

Function Details

behaviour_info/1

behaviour_info(X1) -> any()

get_extensions/0

get_extensions() -> any()

handle/5

handle(Name, Path, Ast, State, Extensions) -> any()

match_extensions/2

match_extensions(Name, Extensions) -> any()


Generated by EDoc