From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) by dpdk.org (Postfix) with ESMTP id 36E8369A5 for ; Fri, 19 Apr 2013 19:01:19 +0200 (CEST) Received: by mail-wi0-f179.google.com with SMTP id l13so1124781wie.0 for ; Fri, 19 Apr 2013 10:00:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:subject:date:message-id:x-mailer :x-gm-message-state; bh=/d5usQZj3SuLakZx1EkiPp+d8ABljLjgoIN+A5LN3z0=; b=gbaOm2pxYhwFYWf3DLLeCP3W7Qq2Su44+MihbLg2D7heQko1QHiUw4iGLdrECaWeh4 X89q/9w3a99slV9PLxOyNBqnuWi4uXFuhl3ZbMqJXRtXjAEyxTVuvHhW2zIWdscsUCJY dzlYhoZCjynsU1xiPVG/qWTJgECliBd8dkXubwu/4D3LaBMk8HL9wvBe40cfD8GmbWu4 xDS3KGVWWUWbpgqOP1Q7xLSyR5TMjpuFSDE5AA1LFIs3pI61dN7Vel10JXZuiNIZsnOK c+kemP2RNJXODA7Ggg6TF/MHKbVh9VLCk8/GZC5+Eu6875m795qVA8ngwoslYin7WBk8 47eQ== X-Received: by 10.194.10.129 with SMTP id i1mr11872969wjb.21.1366390825544; Fri, 19 Apr 2013 10:00:25 -0700 (PDT) Received: from 6wind.com (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPS id g9sm4765374wix.1.2013.04.19.10.00.22 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 19 Apr 2013 10:00:24 -0700 (PDT) Received: by 6wind.com (sSMTP sendmail emulation); Fri, 19 Apr 2013 19:00:24 +0200 From: Thomas Monjalon To: dev@dpdk.org Date: Fri, 19 Apr 2013 19:00:19 +0200 Message-Id: X-Mailer: git-send-email 1.7.10.4 X-Gm-Message-State: ALoCoQkx3PtIRY/WBwR56Yly8mAe9eeTBj9wh+UMB8z8/ZJuBctc5Epm09YxekeBxW+jajY3uLdh Subject: [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: Fri, 19 Apr 2013 17:01:20 -0000 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