Copyright © (C) 2018, Niclas Axelsson
Behaviours: gen_server.
Authors: Niclas Axelsson (niclas@burbas.se).
compile_all/0 | |
compile_all/1 | |
do_compile/1 | |
get_views/0 | |
recompile_view/1 | |
start_link/0 | Starts the server. |
compile_all() -> any()
compile_all(App) -> any()
do_compile(File) -> any()
get_views() -> any()
recompile_view(Viewname) -> any()
start_link() -> {ok, Pid} | ignore | {error, Error}
Starts the server
Generated by EDoc