From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 33FF05960 for ; Wed, 5 Aug 2015 16:26:04 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 05 Aug 2015 07:26:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,617,1432623600"; d="scan'208";a="762502603" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.63]) by fmsmga001.fm.intel.com with SMTP; 05 Aug 2015 07:26:02 -0700 Received: by (sSMTP sendmail emulation); Wed, 05 Aug 2015 15:26:00 +0025 Date: Wed, 5 Aug 2015 15:26:00 +0100 From: Bruce Richardson To: John McNamara Message-ID: <20150805142600.GB9532@bricha3-MOBL3> References: <1435845053-17203-1-git-send-email-john.mcnamara@intel.com> <1436543121-26240-1-git-send-email-john.mcnamara@intel.com> <1436543121-26240-3-git-send-email-john.mcnamara@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1436543121-26240-3-git-send-email-john.mcnamara@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 2/3] doc: added guidelines on dpdk documentation 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: Wed, 05 Aug 2015 14:26:04 -0000 On Fri, Jul 10, 2015 at 04:45:20PM +0100, John McNamara wrote: > Added guidelines on the purpose and structure of the DPDK > documentation, how to build it and guidelines for creating it. > > Signed-off-by: John McNamara Acked-by: Bruce Richardson with one minor error highlighted below. > --- > doc/guides/guidelines/documentation.rst | 579 ++++++++++++++++++++++++++++++++ > doc/guides/guidelines/index.rst | 2 + > 2 files changed, 581 insertions(+) > create mode 100644 doc/guides/guidelines/documentation.rst > > diff --git a/doc/guides/guidelines/documentation.rst b/doc/guides/guidelines/documentation.rst > new file mode 100644 > index 0000000..b47f028 > --- /dev/null > +++ b/doc/guides/guidelines/documentation.rst > @@ -0,0 +1,579 @@ > +.. doc_guidelines: > + > +DPDK Documentation Guidelines > +============================= > + > +The API documentation is built from `Doxygen `_ comments in the header files. > +These files are mainly in the ``lib/lib_rte_*`` directories although some of the Poll Mode Drivers in ``drivers/net`` Minor nit - No "_" between lib and rte in the library names.