You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tag files are a feature of Doxygen that enable other projects to
generate documentation that links into our published generated
documentation. For example, a project with a BlazingMQ consumer that
exposes `bmqa::Message` in the interface can be configured to link to
our published documentation for `bmqa::Message`. It’s good practice
to generate these.
This patch turns on the generation of tagfiles in our documentation
targets. By default, they are named `tags.xml` and put in the output
directory for each of our documentation targets.
Signed-off-by: Patrick M. Niedzielski <[email protected]>
0 commit comments