Skip to content
Snippets Groups Projects
Commit 05d63c56 authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Add a cache variable to make doxygen create a treeview in html documentation.

parent 42f012a8
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,9 @@ ENDIF()
# Activate test using UR5 if requested
SET (TEST_UR5 FALSE CACHE BOOL "Activate tests using ur5")
# Ask Doxygen to create a tree view in html documentation
SET(DOXYGEN_TREEVIEW "NO" CACHE STRING "Set to YES to generate a tree view in the html documentation")
SEARCH_FOR_BOOST()
ADD_DOC_DEPENDENCY("hpp-model >= 3.0.0")
ADD_DOC_DEPENDENCY("hpp-fcl")
......
......@@ -14,3 +14,5 @@ ALIASES += Link{1}="\ref \1"
ALIASES += Link{2}="\ref \1 \"\2\""
ALIASES += LHPP{2}="\Link{hpp::\1::\2,\2}"
ALIASES += LModel{1}="\LHPP{model,\1}"
GENERATE_TREEVIEW = @DOXYGEN_TREEVIEW@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment