From mboxrd@z Thu Jan 1 00:00:00 1970 From: John McNamara Subject: [PATCH] doc: link doxygen docs to source code Date: Wed, 22 Apr 2015 17:10:02 +0100 Message-ID: <1429719002-3004-1-git-send-email-john.mcnamara@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Enabled Doxygen option to add links to the source code in documented entities. Signed-off-by: John McNamara --- 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