Source file pb_codegen_sig.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module type S = sig
val gen_sig :
?and_:unit ->
Pb_codegen_ocaml_type.type_ ->
Pb_codegen_formatting.scope ->
bool
val gen_struct :
?and_:unit ->
Pb_codegen_ocaml_type.type_ ->
Pb_codegen_formatting.scope ->
bool
val ocamldoc_title : string
val file_suffix : string
end