From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <john.mcnamara@intel.com>
Received: from mga09.intel.com (mga09.intel.com [134.134.136.24])
 by dpdk.org (Postfix) with ESMTP id D59805960
 for <dev@dpdk.org>; Wed, 22 Apr 2015 18:13:32 +0200 (CEST)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by orsmga102.jf.intel.com with ESMTP; 22 Apr 2015 09:13:33 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.11,624,1422950400"; d="scan'208";a="560117387"
Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99])
 by orsmga003.jf.intel.com with ESMTP; 22 Apr 2015 09:13:32 -0700
Received: from irsmsx103.ger.corp.intel.com ([169.254.3.76]) by
 IRSMSX107.ger.corp.intel.com ([169.254.10.215]) with mapi id 14.03.0224.002;
 Wed, 22 Apr 2015 17:13:30 +0100
From: "Mcnamara, John" <john.mcnamara@intel.com>
To: "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [PATCH] doc: link doxygen docs to source code
Thread-Index: AQHQfRbS9J3oKG0iRkus7EstPK/+JZ1ZM46A
Date: Wed, 22 Apr 2015 16:13:29 +0000
Message-ID: <B27915DBBA3421428155699D51E4CFE2F13E84@IRSMSX103.ger.corp.intel.com>
References: <1429719002-3004-1-git-send-email-john.mcnamara@intel.com>
In-Reply-To: <1429719002-3004-1-git-send-email-john.mcnamara@intel.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [163.33.239.182]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH] doc: link doxygen docs to source code
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 22 Apr 2015 16:13:33 -0000

> -----Original Message-----
> From: Mcnamara, John
> Sent: Wednesday, April 22, 2015 5:10 PM
> To: dev@dpdk.org
> Cc: Mcnamara, John
> Subject: [PATCH] doc: link doxygen docs to source code
>=20
> Enabled Doxygen option to add links to the source code in documented
> entities.


Hi,

This patch is in response to a request from one of our customer facing engi=
neers.

It enabled the Doxygen option to generate Html versions of the source/heade=
r files and links them to the documentation.

John.
--=20