| generate_source/1 | Generats a source .erl file and header file .hrl --------------------------------------------------------------------. |
| generate_source/2 | Generats a source .erl file and header file .hrl Consider option properties: output_include_dir, output_src_dir, imports_dir --------------------------------------------------------------------. |
| scan_file/1 | Generats a built .beam file and header file .hrl --------------------------------------------------------------------. |
| scan_file/2 | Generats a built .beam file and header file .hrl Considerd option properties: output_include_dir, output_ebin_dir, imports_dir --------------------------------------------------------------------. |
| scan_string/2 | |
| scan_string/3 |
generate_source(ProtoFile::string() | atom()) -> ok | {error, term()}
Generats a source .erl file and header file .hrl --------------------------------------------------------------------
generate_source(ProtoFile::string() | atom(), Options::list()) -> ok | {error, term()}
Generats a source .erl file and header file .hrl Consider option properties: output_include_dir, output_src_dir, imports_dir --------------------------------------------------------------------
scan_file(ProtoFile::string()) -> ok | {error, term()}
Generats a built .beam file and header file .hrl --------------------------------------------------------------------
scan_file(ProtoFile::string() | atom(), Options::list()) -> ok | {error, term()}
Generats a built .beam file and header file .hrl Considerd option properties: output_include_dir, output_ebin_dir, imports_dir --------------------------------------------------------------------
scan_string(String::string(), BaseName::string()) -> ok | {error, term()}
scan_string(String::string(), Basename::string(), Options::list()) -> ok | {error, term()}
Generated by EDoc