doc: generation: fix link to zephyr.tag
This link probably never worked. This commit fixes the relative URL to properly point to where Doxygen docs live. Fixes #78016. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
3e0b068fff
commit
b23f43c096
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ Linking external Doxygen projects against Zephyr
|
|||
|
||||
External projects that build upon Zephyr functionality and wish to refer to
|
||||
Zephyr documentation in Doxygen (through the use of @ref), can utilize the
|
||||
tag file exported at `zephyr.tag </doxygen/html/zephyr.tag>`_
|
||||
tag file exported at `zephyr.tag <../../doxygen/html/zephyr.tag>`_
|
||||
|
||||
Once downloaded, the tag file can be used in a custom ``doxyfile.in`` as follows::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue