Skip to content

Commit

Permalink
Fixed crosslinking to Coin documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerEnderlein committed Mar 3, 2020
1 parent a9cc4cd commit c2526f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ if(SO${GUI}_BUILD_DOCUMENTATION)
endif()

if(NOT "${Coin_DOC_DIR}" STREQUAL "")
set(DOXYGEN_TAGFILES "${Coin_DOC_DIR}/html/Coin.tag=${Coin_DOC_DIR}/html")
get_filename_component(_coin_versioned_dir ${Coin_DOC_DIR} NAME)
set(DOXYGEN_TAGFILES "${Coin_DOC_DIR}/html/Coin.tag=../../${_coin_versioned_dir}/html")
endif()

# ############################################################################
Expand Down
2 changes: 1 addition & 1 deletion src/Inventor/Win/SoWin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
licensing information, please visit the Coin3D web site
<https://coin3d.github.io>.
\sa The documentation for the \COIN library: <https://coin3d.github.io/Coin/>.
\sa The documentation for the \COIN library: <https://coin3d.github.io/Coin/html/>.
*/

// *************************************************************************
Expand Down

0 comments on commit c2526f4

Please sign in to comment.