From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id D59805960 for ; 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" To: "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: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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