From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: ** X-Spam-Status: No, score=2.8 required=5.0 tests=DNS_FROM_RFC_POST,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id D6493BBAF for ; Sat, 12 Sep 2009 17:27:44 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtoBAKJaq0rRVdOyi2dsb2JhbACSC4kBPwEBAQoLCgcRBa1BgS6PGwEDAgSEFAWCSA X-IronPort-AV: E=Sophos;i="4.44,376,1249250400"; d="scan'208";a="34143604" Received: from mail-yw0-f178.google.com ([209.85.211.178]) by mail3-smtp-sop.national.inria.fr with ESMTP; 12 Sep 2009 17:27:44 +0200 Received: by ywh8 with SMTP id 8so3029056ywh.14 for ; Sat, 12 Sep 2009 08:27:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=6yGQxWubJcBzW6JkJpggEQUWQakaKUvBLIkyA4phxYc=; b=NE3QhLQM0zKE8hKBIsXcOIMK2YctyN46XXS2HbLsSz2DSa2ZgbLUiFsub0IfoI+PQd jyFc3jf3zVjyNbEAaqxkOt6pGdRByO0t7rdUZOqUyJehU6haksDtWWlCdkp6SQ4G86BU /OKrCI3croVgyXPb76TNDMfrLC2P3bKiGDvxM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=MdxPqRzPgBKvzwROPTO0VdQUlWoxzC4hrqs+11ynq7CrD/aI6/kdSPLrrveGdoPLax UHdDg6Pjvw7N1UswwAR6fuSy51d2S45aYGyJuF3Jk3KktnNHzZITw/elrsi7d84Fdh3r 0bnHXUv4aLcC3ou5wx23rXHSP0OoeZOqyb1f0= Received: by 10.90.225.5 with SMTP id x5mr2473465agg.87.1252769262119; Sat, 12 Sep 2009 08:27:42 -0700 (PDT) Received: from ?192.168.1.98? ([72.44.99.175]) by mx.google.com with ESMTPS id 38sm5288384agd.76.2009.09.12.08.27.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 12 Sep 2009 08:27:40 -0700 (PDT) Message-ID: <4AABBDE9.2020206@gmail.com> Date: Sat, 12 Sep 2009 11:27:37 -0400 From: Edgar Friendly User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Alexey Rodriguez Cc: OCaml List Subject: Re: [Caml-list] Ocamldoc and multiple packages References: <4b39c80a0909110847p9571028t54929c334a449d02@mail.gmail.com> In-Reply-To: <4b39c80a0909110847p9571028t54929c334a449d02@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam: no; 0.00; ocamldoc:01 ocamldoc:01 ocaml:01 -for-pack:01 -pack:01 edgar:98 wrote:01 caml-list:01 modules:02 problem:05 margin:94 batteries:91 complicated:09 explain:11 methods:12 Alexey Rodriguez wrote: > Dear list, > > I am trying to build ocamldoc documentation for an ocaml project that > contains multiple packages (collections of modules built using > -for-pack and -pack). Batteries also has this problem, and does a decent job of solving it through methods that are too complicated for me to explain in the margin of this email. :) Read the source. E