> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of John McNamara > Sent: Wednesday, April 22, 2015 5:10 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] doc: link doxygen docs to source code > > Enabled Doxygen option to add links to the source code in documented > entities. > > Signed-off-by: John McNamara <john.mcnamara at intel.com> > --- > doc/api/doxy-api.conf | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/doc/api/doxy-api.conf b/doc/api/doxy-api.conf index > da03e9b..c445f80 100644 > --- a/doc/api/doxy-api.conf > +++ b/doc/api/doxy-api.conf > @@ -77,3 +77,4 @@ ALPHABETICAL_INDEX = NO > HTML_TIMESTAMP = NO > HTML_DYNAMIC_SECTIONS = YES > SEARCHENGINE = NO > +SOURCE_BROWSER = YES > -- > 1.8.1.4
Thanks John, I think this will help. Acked-by: Siobhan Butler <siobhan.a.butler at intel.com>