From patchwork Fri Aug 19 15:10:12 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe Milard X-Patchwork-Id: 74254 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp334544qga; Fri, 19 Aug 2016 07:11:29 -0700 (PDT) X-Received: by 10.237.46.6 with SMTP id j6mr8837276qtd.113.1471615889184; Fri, 19 Aug 2016 07:11:29 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id x207si4674176qkb.24.2016.08.19.07.11.28; Fri, 19 Aug 2016 07:11:29 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id D3AA8616B0; Fri, 19 Aug 2016 14:11:28 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 603F161566; Fri, 19 Aug 2016 14:11:25 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 8995D61566; Fri, 19 Aug 2016 14:11:23 +0000 (UTC) Received: from mail-lf0-f45.google.com (mail-lf0-f45.google.com [209.85.215.45]) by lists.linaro.org (Postfix) with ESMTPS id E2BEB6156E for ; Fri, 19 Aug 2016 14:11:01 +0000 (UTC) Received: by mail-lf0-f45.google.com with SMTP id l89so33815367lfi.1 for ; Fri, 19 Aug 2016 07:11:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=6V4LMlbvaRGuEYGvKvT9r9F7ukG5/wkCweZyFrxPgdw=; b=Tletvv53a8DBsdWHL/0AMpMaggyH4SF5O+/ciJ8nVNL6Jr1x+knB0zjIcGZ7N6NFOx 2ymqGS0JaaV1a8Kzz3isIZI7gS7oUSmh5DpjJ/pkEkkC9ArBXSFyCTButa0weV16GOJd R2SL6UdR2shE4WcFF+QbrysJmrAUYG3Lqdfye5eOyq8NZobWONMSHKN+0CwdxpIVoqNl niG1BygTW4yCXBkGJ0xkfCCtNrzB5iEiXoOeAc8WnrYWtL5/IAbD9uZ/MMPR3fqklqXd bkiHgk81R8TwwTM46vVL3POFNMr3bG93j7UiebtqYFYsl5VK3IqskLEIsZe0WugTZbTv IyqA== X-Gm-Message-State: AEkoousLSV/NaPYXzOAiIY7o6jqVXOd6YzDttHReJ6SbYF9kg76Z92M/YB8ZqDRj8jQcok0Vh0Q= X-Received: by 10.46.9.144 with SMTP id 138mr2090412ljj.6.1471615860327; Fri, 19 Aug 2016 07:11:00 -0700 (PDT) Received: from erachmi-ericsson.ki.sw.ericsson.se (c-83-233-76-66.cust.bredband2.com. [83.233.76.66]) by smtp.gmail.com with ESMTPSA id d11sm1281979lfe.13.2016.08.19.07.10.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 19 Aug 2016 07:10:59 -0700 (PDT) From: Christophe Milard To: lng-odp@lists.linaro.org, mike.holmes@linaro.org Date: Fri, 19 Aug 2016 17:10:12 +0200 Message-Id: <1471619412-25874-1-git-send-email-christophe.milard@linaro.org> X-Mailer: git-send-email 2.7.4 X-Topics: patch Subject: [lng-odp] [API-NEXT PATCH] doc: application-api-guide: excluding drv interface X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" The input files parsed to generate the ODP platform specific API doc included (wrongly) part of the drv interface specification. This led to warning on undefined symbols. Fixed by restricting imput files to API only. Signed-off-by: Christophe Milard --- doc/platform-api-guide/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.7.4 Reviewed-by: Bill Fischofer diff --git a/doc/platform-api-guide/Doxyfile b/doc/platform-api-guide/Doxyfile index 93f6edf..fbe7c93 100644 --- a/doc/platform-api-guide/Doxyfile +++ b/doc/platform-api-guide/Doxyfile @@ -5,9 +5,9 @@ PROJECT_NUMBER = $(VERSION) PROJECT_LOGO = $(SRCDIR)/doc/images/ODP-Logo-HQ.svg INPUT = $(SRCDIR)/doc/application-api-guide \ $(SRCDIR)/doc/platform-api-guide \ - $(SRCDIR)/include \ + $(SRCDIR)/include/odp/api \ $(SRCDIR)/platform/$(WITH_PLATFORM)/doc \ - $(SRCDIR)/platform/$(WITH_PLATFORM)/include/odp \ + $(SRCDIR)/platform/$(WITH_PLATFORM)/include/odp/api \ $(SRCDIR)/platform/$(WITH_PLATFORM)/arch/$(WITH_ARCH) EXAMPLE_PATH = $(SRCDIR)/example $(SRCDIR)/platform $(SRCDIR) PREDEFINED = __GNUC__ \