From: John McNamara Date: Wed, 22 Apr 2015 16:10:02 +0000 (+0100) Subject: doc: link doxygen api to source code X-Git-Tag: spdx-start~9250 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=a6d71fa7146cc04320c2485d6dde44c1d888d652;p=dpdk.git doc: link doxygen api to source code Enabled Doxygen option to add links to the source code in documented entities. Signed-off-by: John McNamara Acked-by: Siobhan Butler --- diff --git a/doc/api/doxy-api.conf b/doc/api/doxy-api.conf index 50d2c153d6..50b0105836 100644 --- a/doc/api/doxy-api.conf +++ b/doc/api/doxy-api.conf @@ -78,3 +78,4 @@ HTML_TIMESTAMP = NO HTML_DYNAMIC_SECTIONS = YES SEARCHENGINE = NO SORT_MEMBER_DOCS = NO +SOURCE_BROWSER = YES