script ocamldoc for generating html doc and fancy graph ^^
[tatoo.git] / doc / ocamldoc
diff --git a/doc/ocamldoc b/doc/ocamldoc
new file mode 100755 (executable)
index 0000000..ae5debc
--- /dev/null
@@ -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