mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-04-19 02:24:03 +03:00
Generate a tagfile with Doxygen
This creates an XML file with information about each symbol, including the anchors used in the URL. It's useful to have this to generate links to the documentation from other documentation systems. Signed-off-by: James Wrigley <james@puiterwijk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
parent
d53236d69f
commit
71c47b464a
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ compile_commands.json
|
|||||||
tags
|
tags
|
||||||
/build
|
/build
|
||||||
/obj*
|
/obj*
|
||||||
|
doc/tags.xml
|
||||||
|
@ -14,6 +14,7 @@ if (DOXYGEN_FOUND)
|
|||||||
set(DOXYGEN_OPTIMIZE_OUTPUT_FOR_C YES)
|
set(DOXYGEN_OPTIMIZE_OUTPUT_FOR_C YES)
|
||||||
set(DOXYGEN_MARKDOWN_SUPPORT YES)
|
set(DOXYGEN_MARKDOWN_SUPPORT YES)
|
||||||
set(DOXYGEN_FULL_PATH_NAMES NO)
|
set(DOXYGEN_FULL_PATH_NAMES NO)
|
||||||
|
set(DOXYGEN_GENERATE_TAGFILE "tags.xml")
|
||||||
|
|
||||||
set(DOXYGEN_PREDEFINED DOXYGEN
|
set(DOXYGEN_PREDEFINED DOXYGEN
|
||||||
WITH_SERVER
|
WITH_SERVER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user