From: Lucca Hirschi Date: Fri, 29 Jun 2012 15:12:58 +0000 (+0200) Subject: script ocamldoc for generating html doc and fancy graph ^^ X-Git-Tag: Core~24 X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=commitdiff_plain;h=18b3b333b0e63bb740582964b22062b4c9ed2b8a script ocamldoc for generating html doc and fancy graph ^^ --- diff --git a/.gitignore b/.gitignore index 60db691..ed7118b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ _build *.native *.byte +doc/*.ps +doc/*.out +doc/html/* \ No newline at end of file diff --git a/doc/ocamldoc b/doc/ocamldoc new file mode 100755 index 0000000..ae5debc --- /dev/null +++ b/doc/ocamldoc @@ -0,0 +1,3 @@ +ocamldoc -d html/ -html -I ../_build/src/ -hide Camlp4 ../_build/src/*.ml +ocamldoc -dot -I ../_build/src/ -hide Camlp4 ../_build/src/*.ml +dot -Tps ocamldoc.out -o dep.ps \ No newline at end of file