The current configuration fails to strip the repository path from source
directories, e.g., on the homepage we have for example:
"""
The documentation for this struct was generated from the following files:
deal.II/lac/petsc_precondition.h
/home/dealii/dealii/source/lac/petsc_precondition.cc
"""
With this change this now reads:
"""
The documentation for this struct was generated from the following files:
include/deal.II/lac/petsc_precondition.h
source/lac/petsc_precondition.cc
"""
INLINE_INHERITED_MEMB = NO
-STRIP_FROM_PATH = @CMAKE_SOURCE_DIR@/include @CMAKE_BINARY_DIR@/include
-STRIP_FROM_INC_PATH = @CMAKE_SOURCE_DIR@/include @CMAKE_BINARY_DIR@/include
+STRIP_FROM_PATH = @CMAKE_SOURCE_DIR@ @CMAKE_BINARY_DIR@
+STRIP_FROM_INC_PATH = @CMAKE_SOURCE_DIR@ @CMAKE_BINARY_DIR@
+
FULL_PATH_NAMES = YES
JAVADOC_AUTOBRIEF = NO
INHERIT_DOCS = YES
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams