From patchwork Thu Sep 18 19:00:13 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andr=C3=A9_Roth?= X-Patchwork-Id: 4933311 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id B1B9BBEEA5 for ; Thu, 18 Sep 2014 19:00:29 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 823C520121 for ; Thu, 18 Sep 2014 19:00:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DE02B20142 for ; Thu, 18 Sep 2014 19:00:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755748AbaIRTAW (ORCPT ); Thu, 18 Sep 2014 15:00:22 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:43483 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753456AbaIRTAV (ORCPT ); Thu, 18 Sep 2014 15:00:21 -0400 Received: by mail-wi0-f172.google.com with SMTP id hi2so801835wib.17 for ; Thu, 18 Sep 2014 12:00:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:mime-version:content-type :content-transfer-encoding; bh=SOCic0Ipkh6Zx6cfL/drOkT1OxfKsXMMhluK+kKBTyo=; b=zJrFFXBINHOeEOs3ho6zcsaIFIafbbyvcd95FRu9y7A7BUFX2DJUl3xAhBnOm9llob 3gltuRS+BGr6f2jX3cEz3HkctDoB7qLKhFAuTueWPYz6FOlxb0upxvc5JozJkkIx7Nq/ zAQhokAGAw/zPpgDyj2IiR9N8dRn7VGlk5+JPLQQHbg5TIrGcOWOLNmPpSeYTNJ2sxjt Poah+k/GKWXYr0RxFN7GK0EzkhiAFHFZ1N/FufPH4rtpiY3zRtSRkP6kOYexySvid0ii 4weNQ6nXixTARiqJNT114F7CC+qvLyOig6JM/3tryO/fc/+72Xaj/PmBPW78jkHW7naq Ix1Q== X-Received: by 10.180.184.20 with SMTP id eq20mr49229516wic.61.1411066820528; Thu, 18 Sep 2014 12:00:20 -0700 (PDT) Received: from neutrino.exnihilo (162-27.194-178.cust.bluewin.ch. [178.194.27.162]) by mx.google.com with ESMTPSA id lu12sm4027832wic.4.2014.09.18.12.00.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 18 Sep 2014 12:00:20 -0700 (PDT) From: =?UTF-8?q?Andr=C3=A9=20Roth?= To: linux-media@vger.kernel.org Cc: =?UTF-8?q?Andr=C3=A9=20Roth?= Subject: [PATCH] libdvbv5: use hyperlinks in doxygen PDF Date: Thu, 18 Sep 2014 21:00:13 +0200 Message-Id: <1411066813-15732-1-git-send-email-neolynx@gmail.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: André Roth --- doxygen_libdvbv5.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen_libdvbv5.cfg b/doxygen_libdvbv5.cfg index bbdaf9a..51ec180 100644 --- a/doxygen_libdvbv5.cfg +++ b/doxygen_libdvbv5.cfg @@ -1656,7 +1656,7 @@ LATEX_EXTRA_FILES = # The default value is: YES. # This tag requires that the tag GENERATE_LATEX is set to YES. -PDF_HYPERLINKS = NO +PDF_HYPERLINKS = YES # If the LATEX_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate # the PDF file directly from the LaTeX files. Set this option to YES to get a