From patchwork Mon Apr 18 23:29:25 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 66067 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp1549869qge; Mon, 18 Apr 2016 16:29:35 -0700 (PDT) X-Received: by 10.50.27.99 with SMTP id s3mr9231869igg.88.1461022175366; Mon, 18 Apr 2016 16:29:35 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id u6si1206590igw.6.2016.04.18.16.29.34; Mon, 18 Apr 2016 16:29:35 -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 52B776891C; Mon, 18 Apr 2016 23:29:34 +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_H2, URIBL_BLOCKED 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 5487E684AE; Mon, 18 Apr 2016 23:29:30 +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 ED7D268776; Mon, 18 Apr 2016 23:29:28 +0000 (UTC) Received: from mail-qg0-f50.google.com (mail-qg0-f50.google.com [209.85.192.50]) by lists.linaro.org (Postfix) with ESMTPS id 39843683C0 for ; Mon, 18 Apr 2016 23:29:28 +0000 (UTC) Received: by mail-qg0-f50.google.com with SMTP id c6so129339562qga.1 for ; Mon, 18 Apr 2016 16:29:28 -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=LgwsfpgIkghC+eiA7ba8r8o+UqjQnV0Ly66nM5cINew=; b=hy2jS+novsEONn5iZaWN3GLDkXaziRuvt4a0U2nu7iXyvmB0z/LujzlEa8DhyDrtx4 N4/aLf/NzYzJZ2LtdsnQ4yOdTm1UKN1tGXHcEW6sJBEU6R7Iu7Co7F8vXThi3Ng3kA8C sOFU6zz6AnnuQIDW/XIVFV+wJu54hMEaRDzwnjyKSm+Fw3MPUTC7OigtOSgUO2CZ/Te1 JRbY1LrdpZxxgzALGNHyaWXuyFtWbw8ZX75gZO2QZBB+YBUSwxLYdODqarXEZlrVygg5 pRAmEJgyhX5DDlGKJu0vpShizn5E+PAgU+tpNHDmRT1ZqFXYu8fy9hNZSWqoQ5gXZbeI qUDg== X-Gm-Message-State: AOPr4FX2ESr0kdHK70EF9Htfz2jfjfTdwpSfAMtqIvB6KlCg6w+623a2VQn+4RBs9rEsqpi0pJc= X-Received: by 10.140.215.2 with SMTP id l2mr49624337qhb.26.1461022168000; Mon, 18 Apr 2016 16:29:28 -0700 (PDT) Received: from localhost.localdomain (c-98-221-136-245.hsd1.nj.comcast.net. [98.221.136.245]) by smtp.gmail.com with ESMTPSA id 23sm17796509qkd.8.2016.04.18.16.29.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 18 Apr 2016 16:29:27 -0700 (PDT) From: Mike Holmes To: lng-odp@lists.linaro.org Date: Mon, 18 Apr 2016 19:29:25 -0400 Message-Id: <1461022165-6734-1-git-send-email-mike.holmes@linaro.org> X-Mailer: git-send-email 2.5.0 X-Topics: patch Subject: [lng-odp] [PATCH] doc: api: do not publish helper apis 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: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" The helper apis are not part of the odp specification, don't publish them in the application user guide for the odp api. Signed-off-by: Mike Holmes Reviewed-by: Bill Fischofer --- doc/application-api-guide/doxygen.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/application-api-guide/doxygen.cfg b/doc/application-api-guide/doxygen.cfg index 4d6506d..c3caf89 100644 --- a/doc/application-api-guide/doxygen.cfg +++ b/doc/application-api-guide/doxygen.cfg @@ -14,8 +14,7 @@ INPUT = $(SRCDIR)/doc \ $(SRCDIR)/doc/users-guide \ $(SRCDIR)/include \ $(SRCDIR)/platform/$(WITH_PLATFORM)/include/odp \ - $(SRCDIR)/platform/$(WITH_PLATFORM)/arch/$(WITH_ARCH) \ - $(SRCDIR)/helper/include + $(SRCDIR)/platform/$(WITH_PLATFORM)/arch/$(WITH_ARCH) FILE_PATTERNS = *.h odp*.c *.dox RECURSIVE = YES SOURCE_BROWSER = YES