[PATCH 2/2] Doxygen: enable tagfile generation and usage for cross-project references

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Sylvain Munaut 246tnt at gmail.com
Sun Apr 24 13:05:45 UTC 2016


From: Sylvain Munaut <tnt at 246tNt.com>

Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>
---
 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
-- 
2.7.3




More information about the OpenBSC mailing list