From patchwork Sun Apr 24 13:05:45 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sylvain Munaut <246tnt@gmail.com> X-Patchwork-Id: 614139 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.osmocom.org (lists.osmocom.org [IPv6:2a01:4f8:191:444b::2:7]) by ozlabs.org (Postfix) with ESMTP id 3qt8r32Ly8z9t5q for ; Sun, 24 Apr 2016 23:11:15 +1000 (AEST) Received: from lists.osmocom.org (lists.osmocom.org [144.76.43.76]) by lists.osmocom.org (Postfix) with ESMTP id 8B1D113A17; Sun, 24 Apr 2016 13:11:12 +0000 (UTC) X-Original-To: openbsc@lists.osmocom.org Delivered-To: openbsc@lists.osmocom.org X-Greylist: delayed 365 seconds by postgrey-1.34 at lists.osmocom.org; Sun, 24 Apr 2016 13:11:11 UTC Received: from gibson.whatever-company.com (unknown [IPv6:2001:41d0:2:fcb9::10]) by lists.osmocom.org (Postfix) with ESMTP id 8A06F13A07 for ; Sun, 24 Apr 2016 13:11:11 +0000 (UTC) Received: from rei.in-berlin.de (unknown [37.19.15.129]) by gibson.whatever-company.com (Postfix) with ESMTP id D292E6F9; Sun, 24 Apr 2016 13:40:02 +0000 (UTC) From: Sylvain Munaut <246tnt@gmail.com> To: OpenBSC ML Subject: [PATCH 2/2] Doxygen: enable tagfile generation and usage for cross-project references Date: Sun, 24 Apr 2016 15:05:45 +0200 Message-Id: <1461503145-1127-2-git-send-email-246tnt@gmail.com> X-Mailer: git-send-email 2.7.3 In-Reply-To: <1461503145-1127-1-git-send-email-246tnt@gmail.com> References: <1461503145-1127-1-git-send-email-246tnt@gmail.com> X-BeenThere: openbsc@lists.osmocom.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Development of OpenBSC, OsmoBSC, OsmoNITB, OsmoCSCN" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Sylvain Munaut Errors-To: openbsc-bounces@lists.osmocom.org Sender: "OpenBSC" From: Sylvain Munaut Signed-off-by: Sylvain Munaut --- Doxyfile.codec.in | 4 ++-- Doxyfile.core.in | 2 +- Doxyfile.gsm.in | 4 ++-- Doxyfile.vty.in | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Doxyfile.codec.in b/Doxyfile.codec.in index 00ab43a..8435379 100644 --- a/Doxyfile.codec.in +++ b/Doxyfile.codec.in @@ -1485,12 +1485,12 @@ SKIP_FUNCTION_MACROS = YES # If a tag file is not located in the directory in which doxygen # is run, you must also specify the path to the tagfile here. -TAGFILES = +TAGFILES = doc/libosmocore.tag=../../core/html # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. -GENERATE_TAGFILE = +GENERATE_TAGFILE = doc/libosmocodec.tag # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes diff --git a/Doxyfile.core.in b/Doxyfile.core.in index 045402f..58d35be 100644 --- a/Doxyfile.core.in +++ b/Doxyfile.core.in @@ -1490,7 +1490,7 @@ TAGFILES = # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. -GENERATE_TAGFILE = +GENERATE_TAGFILE = doc/libosmocore.tag # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes diff --git a/Doxyfile.gsm.in b/Doxyfile.gsm.in index 76c8f81..ed4ff47 100644 --- a/Doxyfile.gsm.in +++ b/Doxyfile.gsm.in @@ -1485,12 +1485,12 @@ SKIP_FUNCTION_MACROS = YES # If a tag file is not located in the directory in which doxygen # is run, you must also specify the path to the tagfile here. -TAGFILES = +TAGFILES = doc/libosmocore.tag=../../core/html # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. -GENERATE_TAGFILE = +GENERATE_TAGFILE = doc/libosmogsm.tag # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes diff --git a/Doxyfile.vty.in b/Doxyfile.vty.in index 2763823..073ee0c 100644 --- a/Doxyfile.vty.in +++ b/Doxyfile.vty.in @@ -1485,12 +1485,12 @@ SKIP_FUNCTION_MACROS = YES # If a tag file is not located in the directory in which doxygen # is run, you must also specify the path to the tagfile here. -TAGFILES = +TAGFILES = doc/libosmocore.tag=../../core/html # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. -GENERATE_TAGFILE = +GENERATE_TAGFILE = doc/libosmovty.tag # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes