From 18b3b333b0e63bb740582964b22062b4c9ed2b8a Mon Sep 17 00:00:00 2001 From: Lucca Hirschi Date: Fri, 29 Jun 2012 17:12:58 +0200 Subject: [PATCH] script ocamldoc for generating html doc and fancy graph ^^ --- .gitignore | 3 +++ doc/ocamldoc | 3 +++ 2 files changed, 6 insertions(+) create mode 100755 doc/ocamldoc 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 -- 2.17.1