1
0
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:
JamesWrigley 2023-12-24 01:10:06 +01:00 committed by Jakub Jelen
parent d53236d69f
commit 71c47b464a
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ compile_commands.json
tags tags
/build /build
/obj* /obj*
doc/tags.xml

View File

@ -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