From: Daniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
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=676dd619e55645becea3f4bb926b863401ad66e9;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).
 <br>