From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 1A454685D for ; Wed, 24 Apr 2013 15:39:23 +0200 (CEST) Received: from was59-1-82-226-113-214.fbx.proxad.net ([82.226.113.214] helo=[192.168.0.11]) by mail.droids-corp.org with esmtpsa (TLS1.0:DHE_RSA_CAMELLIA_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1UUzub-00011H-Eh for dev@dpdk.org; Wed, 24 Apr 2013 15:39:11 +0200 Message-ID: <5177E0CF.6060600@6wind.com> Date: Wed, 24 Apr 2013 15:40:31 +0200 From: Olivier MATZ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 MIME-Version: 1.0 To: dev@dpdk.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/4] doc from doxygen 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, 24 Apr 2013 13:39:23 -0000 Hi Thomas, Sorry for the late answer. The patches look good to me. By the way it would be great to add a working "make help" in a future commit. Regards, Olivier On 04/19/2013 07:00 PM, Thomas Monjalon wrote: > These patches aims to generate a documentation for API from doxygen. > > Thomas Monjalon (4): > lib: fix some doxygen comments > mk: factorize some rules > mk: clean dead doc rules > doc: generate HTML for API with doxygen > > doc/doxy-api-index.md | 101 +++++++++++++++++++ > doc/doxy-api.conf | 59 +++++++++++ > doc/doxy-html-custom.sh | 6 ++ > lib/librte_eal/common/include/rte_debug.h | 2 +- > lib/librte_eal/common/include/rte_pci.h | 4 +- > lib/librte_eal/common/include/rte_string_fns.h | 4 +- > lib/librte_ether/rte_ethdev.h | 6 +- > mk/rte.doc.mk | 127 ------------------------ > mk/rte.sdkdoc.mk | 52 ++++------ > mk/rte.sdkroot.mk | 72 ++++---------- > 10 files changed, 213 insertions(+), 220 deletions(-) > create mode 100644 doc/doxy-api-index.md > create mode 100644 doc/doxy-api.conf > create mode 100755 doc/doxy-html-custom.sh > delete mode 100644 mk/rte.doc.mk > _______________________________________________ > dev mailing list > dev@dpdk.org > http://dpdk.org/ml/listinfo/dev