]> https://gitweb.dealii.org/ - dealii.git/commit
doxygen: Strip full @CMAKE_SOURCE_DIR@ and @CMAKE_BINARY_DIR@ 10178/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 05:16:44 +0000 (00:16 -0500)
commit422dc862082452a6d5d8e4c46e4145d2714c339d
treebe7c09be913a1e162f557c804294cf0ab3154360
parent0119b1c6a82f7696e092acdbb70864da354a8944
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.