From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 179127E18 for ; Mon, 29 Sep 2014 16:35:39 +0200 (CEST) Received: by mail-wi0-f176.google.com with SMTP id n3so3423798wiv.15 for ; Mon, 29 Sep 2014 07:42:15 -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:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=3sqRFy4tRvfCZBDgl5ChmCmGA4wmJBL2703YZFAl59w=; b=d6rkhpflLw87OxCyL8W6cF+RVMhxAv3IlTz/E5P8YfARwnbfWYc3T+oXLporOTLUjJ Eo7cfJslIAPIs44XOHVSyuvl9nEP70IvNwn0FbnTApZXMCr8tPbmkrxWsA92wd3Faamq b5poOscvgM65+vpQD5gSJss2PTs3YqkL2nVMYkiUhT+HjVt+vU0RosNVWEQnsYlN2PiN 20E7Q4RMwTv5wayPHwbRxv9OR1SHo+fHhS7GENsfVM8eS/rFmfW1m8AhEB+nUTdlPeq+ exrlTE44bjm9Tum81F80zMhA2555ZkWOEPfDJp6ZFusIw/cfawTnEwOcOU9UP7dvy+I+ p7SA== X-Gm-Message-State: ALoCoQnIZ3FAKnuREBvjptgLBffdmpWXNA7p6HX9qygWiNUrjpUrX/29mkK3uIoYvyOGMfTWXet2 X-Received: by 10.194.78.101 with SMTP id a5mr4020763wjx.118.1412001735417; Mon, 29 Sep 2014 07:42:15 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id w10sm15953339wje.10.2014.09.29.07.42.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 29 Sep 2014 07:42:14 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Mon, 29 Sep 2014 16:42:03 +0200 Message-ID: <1839128.lbktQG74UN@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <1410974481-609-1-git-send-email-thomas.monjalon@6wind.com> References: <1410974481-609-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: apply one comment to all members of a group 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: Mon, 29 Sep 2014 14:35:39 -0000 > A doxygen group begins with /**@{*/ and ends with /**@}*/. > By enabling DISTRIBUTE_GROUP_DOC, the first comment is applied > to each undocumented member of the group. > > Signed-off-by: Thomas Monjalon Applied -- Thomas