From 676dd619e55645becea3f4bb926b863401ad66e9 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 29 Jun 2017 11:45:32 +0200 Subject: [PATCH] Fix generating doxygen output from changes.h --- doc/news/changes/minor/20170529DenisDavydov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).
-- 2.39.5