From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id KAA28293; Fri, 19 Jul 2002 10:39:39 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id KAA28289 for ; Fri, 19 Jul 2002 10:39:38 +0200 (MET DST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g6J8dZ101900; Fri, 19 Jul 2002 10:39:35 +0200 (MET DST) Received: from santenay.inria.fr (santenay.inria.fr [128.93.8.59]) by pauillac.inria.fr (8.7.6/8.7.3) with SMTP id KAA28285; Fri, 19 Jul 2002 10:39:35 +0200 (MET DST) Date: Fri, 19 Jul 2002 10:39:35 +0200 From: Maxence Guesdon To: Brian Naylor Cc: caml-list@inria.fr Subject: Re: [Caml-list] ocamldot on steroids Message-Id: <20020719103935.075ad1f3.maxence.guesdon@inria.fr> In-Reply-To: <20020718170243.46437.qmail@web13402.mail.yahoo.com> References: <20020718105408.5dd8a2f0.maxence.guesdon@inria.fr> <20020718170243.46437.qmail@web13402.mail.yahoo.com> Organization: INRIA X-Mailer: Sylpheed version 0.7.5 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > This looks pretty good - though the types output is so small as to be > unreadable. Any hints on getting the output (especially for types) to use > multiple pages - I tried feeding it smaller sections of the code but then it > complains of missing types. > > I should say that I used the following sequence of commands: > > ocamldoc -o types.dot -dot -dot-types -dot-reduce $(SOURCES) > dot -Tps types.dot > types.ps I usually change some options in the generated dot code, to change the number of pages, etc ... i should add some options to ocamldoc to generate dot code with the values of the user for the following options: size, ratio, page, so i can compete for the tool with the longest list of options :-) Check the documentation of dot: http://www.research.att.com/~erg/graphviz/info/attrs.html#d:ratio > Maybe there is a different renderer other than "dot"? It seems as if any large > program will have this problem. What do you use to examine/print the results? I use the options mentioned above, a ggod printer, some adhesive and i sit in the middle of the resulting 4meters x 4meters sheet, a litte lost in all these dependencies :-) -- Maxence Guesdon ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners