From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id q29KZF7N020427 for ; Fri, 9 Mar 2012 21:35:16 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhMDACFpWk9KN1ZKlWdsb2JhbABDhTWwHwEBAQEJCwkJEimCCgEBBAEjVgULCxoCGA4CAj0KEAYbh30FBKkBkg2BL44zM2MEmxyNLQ X-IronPort-AV: E=Sophos;i="4.73,559,1325458800"; d="scan'208";a="148514264" Received: from mail6.webfaction.com (HELO smtp.webfaction.com) ([74.55.86.74]) by mail1-smtp-roc.national.inria.fr with ESMTP; 09 Mar 2012 21:35:10 +0100 Received: from heyho.local (53-234.197-178.cust.bluewin.ch [178.197.234.53]) by smtp.webfaction.com (Postfix) with ESMTP id 6F03259B0545; Fri, 9 Mar 2012 14:35:08 -0600 (CST) Date: Fri, 9 Mar 2012 21:35:04 +0100 From: =?utf-8?Q?Daniel_B=C3=BCnzli?= To: Sylvain Le Gall Cc: caml-list@inria.fr Message-ID: <8B4246A25F95441BB031B33E77CF68B7@erratique.ch> In-Reply-To: References: <1991A512A37E49ACA5AAD30A38D628BF@erratique.ch> <1ACBE325A80144A4885B44685F6E9028@erratique.ch> <2588CBF13EAF449DBCAF86436DFC354E@erratique.ch> X-Mailer: sparrow 1.5 (build 1043.1) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: [Caml-list] Re: oasis packaging questions > E.g setting "Type: > ocamlbuild" + a couple of field to tell that your doc will be > extracted from some libraries/module and build using ocamldoc + > ocamlbuild: > > Document "api-ounit" > Title: API reference for OUnit > Type: ocamlbuild (0.2) > BuildTools+: ocamldoc > XOCamlbuildLibraries: oUnit > XOCamlbuildPath: src/ In fact I may change my mind about that (since I already publish docs on the web). Two questions : 1) In the manual under the library section it's written : "Define an OCaml library. OCaml API is generated using `ocamldoc` applied to `Modules` with `BuildDepends` required flags." is that outdated info ? because in that case I don't even need to define a section like you do above. 2) In both cases how can I pass arguments to ocamldoc (I need to give it a -charset utf-8). Best, Daniel