From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: add missing API headers Date: Tue, 11 Aug 2015 20:03:57 +0200 Message-ID: <3534886.MKRvoB7u7O@xps13> References: <1439310597-23870-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: John McNamara 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) In-Reply-To: <1439310597-23870-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > 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