Copyright © 2010-2017 Marc Worrell
Authors: Marc Worrell (marc@worrell.nl).
parse_erl/2 | |
scan/1 | |
scan_file/2 | Parse the template or Erlang module. |
parse_erl(File, Epp) -> any()
scan(Apps::[{App::atom(), Dir::file:filename_all()}]) -> [{App::atom(), Dir::file:filename_all(), Labels::list()}]
scan_file(X1, File) -> any()
Parse the template or Erlang module. Extract all translation tags.
Generated by EDoc