From: Daniel Arndt Date: Thu, 29 Jun 2017 09:45:32 +0000 (+0200) Subject: Fix generating doxygen output from changes.h X-Git-Tag: v9.0.0-rc1~1463^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4557%2Fhead;p=dealii.git Fix generating doxygen output from changes.h --- diff --git a/doc/news/changes/minor/20170529DenisDavydov b/doc/news/changes/minor/20170529DenisDavydov index 6c719a66ce..11d0bd4b31 100644 --- a/doc/news/changes/minor/20170529DenisDavydov +++ b/doc/news/changes/minor/20170529DenisDavydov @@ -1,6 +1,6 @@ New: deal.IIFeatureConfig.cmake will contain detailed information about feature configuration and is installed along with other CMake files. -These variables can be loaded by calling INCLUDE(${DEAL_II_FEATURE_CONFIG}). +These variables can be loaded by calling INCLUDE(\${DEAL_II_FEATURE_CONFIG}). This is useful when users want to link in additional parts of dependencies, not required by deal.II (i.e. filesystem library from Boost package).