From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: doxygen warnings in QoS API Date: Tue, 16 Jun 2015 11:57:45 +0200 Message-ID: <1518409.9HJXbKd6EL@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: cristian.dumitrescu@intel.com Return-path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id C6C66C320 for ; Tue, 16 Jun 2015 11:58:43 +0200 (CEST) Received: by wicnd19 with SMTP id nd19so48234662wic.1 for ; Tue, 16 Jun 2015 02:58:43 -0700 (PDT) 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" Hi, There are many errors when generating doxygen documentation. It would be good to remove them for the release 2.1. Cristian, please, could you help to clean the QoS API comments? Half of the warnings come from rte_sched and rte_meter: make doc-api-html 2>&1 | grep 'rte_\(meter\|sched\).*warning:' Thanks