mirror of
https://github.com/OpenAMP/open-amp.git
synced 2026-09-21 15:14:02 +08:00
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:
committed by
Arnaud Pouliquen
parent
3737f8b18a
commit
1bd84cfd89
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user