]> https://gitweb.dealii.org/ - dealii.git/commitdiff
doxygen: Strip full @CMAKE_SOURCE_DIR@ and @CMAKE_BINARY_DIR@ 10187/head
authorMatthias Maier <tamiko@43-1.org>
Wed, 13 May 2020 05:12:48 +0000 (00:12 -0500)
committerMatthias Maier <tamiko@43-1.org>
Wed, 13 May 2020 15:40:04 +0000 (10:40 -0500)
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
"""

doc/doxygen/options.dox.in

index d0147c5490f3e6eedcf9de8d83e928e28f097857..43523a067261b0a784d391ba51638006125b39b6 100644 (file)
@@ -25,8 +25,9 @@ CASE_SENSE_NAMES       = YES
 
 
 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


Typeset in Trocchi and Trocchi Bold Sans Serif.