From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: [PATCH 0/4] doc from doxygen Date: Wed, 24 Apr 2013 15:40:31 +0200 Message-ID: <5177E0CF.6060600@6wind.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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-VfR2kkLFssw@public.gmane.org > http://dpdk.org/ml/listinfo/dev