DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH 0/4] doc from doxygen
Date: Fri, 19 Apr 2013 19:00:19 +0200	[thread overview]
Message-ID: <cover.1366390454.git.thomas.monjalon@6wind.com> (raw)

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

             reply	other threads:[~2013-04-19 17:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-19 17:00 Thomas Monjalon [this message]
2013-04-19 17:00 ` [dpdk-dev] [PATCH 1/4] lib: fix some doxygen comments Thomas Monjalon
2013-04-19 17:00 ` [dpdk-dev] [PATCH 2/4] mk: factorize some rules Thomas Monjalon
2013-04-19 17:00 ` [dpdk-dev] [PATCH 3/4] mk: clean dead doc rules Thomas Monjalon
2013-04-19 17:00 ` [dpdk-dev] [PATCH 4/4] doc: generate HTML for API with doxygen Thomas Monjalon
2013-04-24 13:40 ` [dpdk-dev] [PATCH 0/4] doc from doxygen Olivier MATZ
2013-04-26 11:27   ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1366390454.git.thomas.monjalon@6wind.com \
    --to=thomas.monjalon@6wind.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).