mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
include call graph when possible
This commit is contained in:
@@ -20,6 +20,7 @@ if(DOXYGEN_FOUND)
|
||||
set(DOXYGEN_STRIP_CODE_COMMENTS NO)
|
||||
if(Doxygen_dot_FOUND)
|
||||
set(DOXYGEN_HAVE_DOT YES)
|
||||
set(DOXYGEN_CALL_GRAPH YES)
|
||||
set(DOXYGEN_DOT_IMAGE_FORMAT "svg")
|
||||
set(DOXYGEN_INTERACTIVE_SVG YES)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user