Skip to content

Commit

Permalink
doxygen: allow manual specification of some tagfiles
Browse files Browse the repository at this point in the history
This is especially useful for eigen
  • Loading branch information
nim65s committed Dec 15, 2024
1 parent 7847c7f commit be1630a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doxygen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,9 @@ endmacro()
# Doxyfile.extra and Doxyfile files are generated at the end to allow the
# replacement of user-defined variables.
#
# Additional doxygen tagfiles from dependencies can be added to
# `DOXYGEN_TAGFILES_FROM_DEPENDENCIES`
#
macro(_SETUP_PROJECT_DOCUMENTATION_FINALIZE)
if(DOXYGEN_FOUND)
if(NOT "${DOXYGEN_USE_MATHJAX}" STREQUAL "YES")
Expand Down Expand Up @@ -738,6 +741,7 @@ macro(_SETUP_PROJECT_DOCUMENTATION_FINALIZE)
if(INSTALL_DOCUMENTATION)
# Find doxytag files To ignore this list of tag files, set variable
# DOXYGEN_TAGFILES
set(_TAGFILES_FROM_DEPENDENCIES "${DOXYGEN_TAGFILES_FROM_DEPENDENCIES}")
set(PKG_REQUIRES ${_PKG_CONFIG_REQUIRES})
list(APPEND PKG_REQUIRES ${_PKG_CONFIG_COMPILE_TIME_REQUIRES})
foreach(PKG_CONFIG_STRING ${PKG_REQUIRES})
Expand Down

0 comments on commit be1630a

Please sign in to comment.