From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 875CDDE4 for ; Tue, 11 Aug 2015 20:05:12 +0200 (CEST) Received: by wicja10 with SMTP id ja10so78780069wic.1 for ; Tue, 11 Aug 2015 11:05:12 -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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=zked8vIx2aDM5CimMdqFG7dZM18gfiLp574IAdCXYdo=; b=Zw0FJAwLUxkKmz+bkJXu5zBNHEzd4zot0WFZsfOAepZT4wszbQlHUPgqG2H53fSZ5i r4+Pe9BdJ2OpzB0xHVgaOfjDnj6T9QYDKXp6l8oZpw8DHdXgPCWjZ8RnsJqJfxHT8TQ/ L3d1PIFTI+tNqs/UP3WUF4YbgDApK/DZUpX7qA5isuCCbtt2J9Gyb+97qZlTlAFEAkq5 VUiKtWX2sC/CJz19A4VkLm/wFDF1qOc5npI6qGz8GtItJyolCHowYvcdJ1kijZCdHA0j JYfldN9BMCIget2fgrjar+/yZQ3WA4QLBa2O07AiFpMKC4GD0qt7ejVeiSxgrZ1YWN6L mw1g== X-Gm-Message-State: ALoCoQmqKcpLTIm4KpZPmnz6fh6QceOPNl7Bwzm0gmMgvJ3sip1vAld8BQlgx3xDP0ytJyRApelT X-Received: by 10.180.103.132 with SMTP id fw4mr15872043wib.52.1439316312109; Tue, 11 Aug 2015 11:05:12 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id fq15sm4097527wjc.12.2015.08.11.11.05.10 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 11 Aug 2015 11:05:10 -0700 (PDT) From: Thomas Monjalon To: John McNamara Date: Tue, 11 Aug 2015 20:03:57 +0200 Message-ID: <3534886.MKRvoB7u7O@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1439310597-23870-1-git-send-email-thomas.monjalon@6wind.com> References: <1439310597-23870-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] doc: add missing API headers X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2015 18:05:12 -0000 > Some libraries were not included in doxygen documentation. > Other ones were included but not listed in the index. > > The malloc library is now included in EAL. > > The libraries compat and jobstats are added but not doxygen compliant. > > Signed-off-by: Thomas Monjalon Applied