type code_excerpt = string listtype skeleton = (string * (string * section) list) listtype gen_mode = | OneFilePerSection| OneDirPerSection
val gen_source_files :
skeleton ->
sections ->
comment_style ->
gen_mode:gen_mode ->
output_dir:Common.dirname ->
ext_file:string ->
hook_start_section2:(string -> string) ->
hook_line_body:(string -> string) ->
hook_end_section2:(string -> string) ->
unit