Summary: This diff adds a make target to generate interface files from implementation files. These generated interface files can then be used as a starting point for documenting and restricting the exposed module interface. For example, to generate an interface for JavaTaintAnalysis.ml, execute: ``` make -C infer/src M=quandary/JavaTaintAnalysis mli ``` Note that this relies on `ocamlc -i`, which for reason currently produces syntactically ill-formed files. Reviewed By: sblackshear, jvillard Differential Revision: D3998175 fbshipit-source-id: f653737master
parent
cb4b2339a3
commit
4319b08e77
Loading…
Reference in new issue