From 1bd84cfd8926f88188f4091b47b4fdd3148448bc Mon Sep 17 00:00:00 2001 From: Sipke Vriend Date: Mon, 24 Feb 2025 13:10:53 +1000 Subject: [PATCH] doxygen: tell doxygen to generate tag file for external linking To allow for external links to doxygen generated content, tell doxygen to build tags, so the tag file can be used for cross referencing doxygen generated data. Signed-off-by: Sipke Vriend --- doc/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 70d3953..0c3f8a7 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -2045,7 +2045,7 @@ TAGFILES = # tag file that is based on the input files it reads. See section "Linking to # external documentation" for more information about the usage of tag files. -GENERATE_TAGFILE = +GENERATE_TAGFILE = openamp_lib.tag # If the ALLEXTERNALS tag is set to YES, all external class will be listed in # the class index. If set to NO, only the inherited external classes will be