summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChad Elliott <elliottc@objectcomputing.com>2022-11-10 08:23:27 -0600
committerChad Elliott <elliottc@objectcomputing.com>2022-11-10 08:23:27 -0600
commita91abb9c996317753d7c0302bb6eb87cbad7cfca (patch)
tree29ccf853278141a0f920d3cbc2bdbb84505c11b5 /docs
parentc4e2b6a717b9a07444c22a00d9c57a9de76f3d42 (diff)
downloadMPC-a91abb9c996317753d7c0302bb6eb87cbad7cfca.tar.gz
Added a comment about the dollar sign.
Diffstat (limited to 'docs')
-rw-r--r--docs/templates/cmake.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/templates/cmake.txt b/docs/templates/cmake.txt
index 391fd72f..c20cb054 100644
--- a/docs/templates/cmake.txt
+++ b/docs/templates/cmake.txt
@@ -2,6 +2,9 @@
// This defines the role of all the template variables specific to the
// 'cmake' project type.
//
+// The value &#36; is used below to represent the dollar sign. The dollar
+// sign is interpreted by the parser in document_template.pl.
+//
// Please try to keep this alphabetically sorted.
//
cmake_minimum_required = Sets the minimum required version for CMake.