doxygen: Relative paths in generated docs - update

Reverted changes to CMakeLists.txt, change is done solely in
Doxygen.in.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck 2017-03-28 12:29:11 -07:00
parent 8262a4203b
commit 8048e8734f

View File

@ -297,9 +297,6 @@ endif()
if (BUILDDOC)
# Add a target to generate API documentation with Doxygen
find_package (Doxygen REQUIRED)
# Set the full path to documenation (used by Doxygen STRIP_FROM_PATH) to
# generate html documentation with relative paths
set (DOXYGEN_STRIP_FROM_PATH ${PROJECT_SOURCE_DIR})
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/doxy/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile @ONLY)
if (BUILDSWIGJAVA)
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/doxy/Doxyfile.java.in ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile-java @ONLY)