]> https://gitweb.dealii.org/ - dealii.git/commit
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)
commit705b4b8e3b7dd56c37cd4e8eea2af008fb8093a5
tree50344ba9eee76269b69049510618dd27bee6903f
parent118ab1967d6aa41368d6c2815c93f0902a739bde
doxygen: Strip full @CMAKE_SOURCE_DIR@ and @CMAKE_BINARY_DIR@

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

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.