script ocamldoc for generating html doc and fancy graph ^^
authorLucca Hirschi <lucca.hirschi@gmail.com>
Fri, 29 Jun 2012 15:12:58 +0000 (17:12 +0200)
committerLucca Hirschi <lucca.hirschi@gmail.com>
Fri, 29 Jun 2012 15:12:58 +0000 (17:12 +0200)
.gitignore
doc/ocamldoc [new file with mode: 0755]

index 60db691..ed7118b 100644 (file)
@@ -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 (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