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 <sipke@direktembedded.com>
This commit is contained in:
Sipke Vriend
2025-05-19 09:24:03 +02:00
committed by Arnaud Pouliquen
parent 3737f8b18a
commit 1bd84cfd89
+1 -1
View File
@@ -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