From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id 9A9F3C5EC for ; Thu, 18 Jun 2015 15:14:45 +0200 (CEST) Received: by wicnd19 with SMTP id nd19so22453984wic.1 for ; Thu, 18 Jun 2015 06:14:45 -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=CJAVeBqH3PaOOqiswxEIe6k6ciX+s4OzIAKF05IGAc0=; b=WAckG+5ReY1adC4015yjE8x+UMoVjC1EdVcFfTqFlD5rjkvus2OmOKRKdho/IsqPnH dSHxh90UACCBFgZHIKUD5EPBo7tw6qKFeJAXd/Lht+ysCQGokl03uGPexKoTNXzYq/Ay s5/6OWeV3De/XrK969teC6DRs9CAPx9gWDazGnJTFI9BKcv89DWbrEotpTq7abbMRcJw k3ILH0/Afwj4O8He/RdJ5Vma8dnX+s7zAEXWRClKAU015MKbDnzY/LGVacgha5+lppzd s7qnN/khLwYUXVnNxPU/TJ8/HqVK2hidxFOBxnNV7vCiC/dq1h+IFdOvXyb9b/XH1cKv nVXA== X-Gm-Message-State: ALoCoQkJ481wDyw9nI6KhvETB25tx57s2Sj7GB/D/XhtBrGEObGRjM1RRySnpVX/jymuRe/i+pO/ X-Received: by 10.180.24.65 with SMTP id s1mr27482280wif.66.1434633285516; Thu, 18 Jun 2015 06:14:45 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id jy6sm7362203wjc.4.2015.06.18.06.14.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Jun 2015 06:14:44 -0700 (PDT) From: Thomas Monjalon To: "Jastrzebski, MichalX K" Date: Thu, 18 Jun 2015 15:13:43 +0200 Message-ID: <1731340.eoTYJefyY7@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891263238067D@IRSMSX108.ger.corp.intel.com> References: <1434551822-14164-1-git-send-email-michalx.k.jastrzebski@intel.com> <3EB4FA525960D640B5BDFFD6A3D891263238067D@IRSMSX108.ger.corp.intel.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: fix doxygen warnings for QoS API 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: Thu, 18 Jun 2015 13:14:45 -0000 > > This patch fix doxygen warnings when generating documentation > > for qos_meter and qos_sched > > > > Signed-off-by: Michal Jastrzebski > > Acked-by: Cristian Dumitrescu Applied, thanks