From a91abb9c996317753d7c0302bb6eb87cbad7cfca Mon Sep 17 00:00:00 2001 From: Chad Elliott Date: Thu, 10 Nov 2022 08:23:27 -0600 Subject: Added a comment about the dollar sign. --- docs/templates/cmake.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 $ 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. -- cgit v1.2.1