From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by sympa.inria.fr (Postfix) with ESMTPS id 5820A7EE20 for ; Wed, 14 Nov 2012 07:01:42 +0100 (CET) Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of berenger@riken.jp) identity=pra; client-ip=134.160.33.176; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="berenger@riken.jp"; x-sender="berenger@riken.jp"; x-conformance=sidf_compatible Received-SPF: Pass (mail1-smtp-roc.national.inria.fr: domain of berenger@riken.jp designates 134.160.33.176 as permitted sender) identity=mailfrom; client-ip=134.160.33.176; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="berenger@riken.jp"; x-sender="berenger@riken.jp"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: Pass (mail1-smtp-roc.national.inria.fr: domain of postmaster@postman.riken.jp designates 134.160.33.176 as permitted sender) identity=helo; client-ip=134.160.33.176; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="berenger@riken.jp"; x-sender="postmaster@postman.riken.jp"; x-conformance=sidf_compatible; x-record-type="v=spf1" X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhMDAFQzo1CGoCGwmWdsb2JhbABEjjizewQEgSYBAQEBAQYNCwcUJ4IfAQU4QBEsFg8JAwIBAgFFEwgBAYgGuyOPL4MnA4hYjSSFa41W X-IronPort-AV: E=Sophos;i="4.83,248,1352070000"; d="scan'208";a="181400598" Received: from postman4.riken.jp (HELO postman.riken.jp) ([134.160.33.176]) by mail1-smtp-roc.national.inria.fr with ESMTP; 14 Nov 2012 07:01:40 +0100 Received: from postman.riken.jp (postman4.riken.jp [127.0.0.1]) by postman.riken.jp (Postfix) with SMTP id B04E98280B7 for ; Wed, 14 Nov 2012 15:01:36 +0900 (JST) Received: from [172.27.98.103] (rikad98.riken.jp [134.160.214.98]) by postman.riken.jp (Postfix) with ESMTPA id 90ADC7F8040 for ; Wed, 14 Nov 2012 15:01:36 +0900 (JST) Message-ID: <50A333C0.2060801@riken.jp> Date: Wed, 14 Nov 2012 15:01:36 +0900 From: Francois Berenger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 MIME-Version: 1.0 To: caml-list@inria.fr References: <20cf301af4932e938004ce13462e@google.com> In-Reply-To: <20cf301af4932e938004ce13462e@google.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.6.0.2009776, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2012.11.14.55416 Subject: [Caml-list] OASIS, how to pass options to ocamldoc Hello, Is there an "oasis-way" to tell ocamldoc to run with the following options: " -keep-code -colorize-code " for a given project. I guess these options are for code inlining in the output of ocamldoc (HTML in my case). Thanks a lot, F.