Skip to content

Commit

Permalink
Doxygen: increase dot max graph nodes to allow generate 'included by'
Browse files Browse the repository at this point in the history
graph for 'session.h'
  • Loading branch information
gfgit committed Mar 17, 2021
1 parent 4ba4df7 commit 5895a36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,17 @@ endif()
# Set compiler definitions
target_compile_definitions(${TRAINTIMETABLE_TARGET} PRIVATE ${TRAINTIMETABLE_DEFINITIONS})

## Doxygen documentation ##
if(DOXYGEN_FOUND)
set(DOXYGEN_PROJECT_NAME ${APP_DISPLAY_NAME})
set(DOXYGEN_PROJECT_LOGO ${APP_ICON})
set(DOXYGEN_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/docs")
set(DOXYGEN_EXTRACT_ALL "YES")
set(DOXYGEN_EXTRACT_PRIVATE "YES")
set(DOXYGEN_DOT_GRAPH_MAX_NODES 100)
doxygen_add_docs(docs ALL ${TRAINTIMETABLE_SOURCES})
endif()
## Doxygen end ##

## Update/Release translations ##

Expand Down

0 comments on commit 5895a36

Please sign in to comment.