summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2020-04-10 11:56:07 (GMT)
committerCraig Scott <craig.scott@crascit.com>2020-04-10 11:56:07 (GMT)
commit22fbc404a7f8cf4439f2caefb34e90fe1b32bf8f (patch)
tree288f595db68b27b139a1556b2afc7d8c93ae9b26
parentd2b139687adbe91afa1d198176c7ca4e6a488c18 (diff)
downloadCMake-22fbc404a7f8cf4439f2caefb34e90fe1b32bf8f.zip
CMake-22fbc404a7f8cf4439f2caefb34e90fe1b32bf8f.tar.gz
CMake-22fbc404a7f8cf4439f2caefb34e90fe1b32bf8f.tar.bz2
Help: Add cross-references for CMAKE_CURRENT_FUNCTION* docs
-rw-r--r--Help/variable/CMAKE_CURRENT_FUNCTION.rst4
-rw-r--r--Help/variable/CMAKE_CURRENT_FUNCTION_LIST_FILE.rst4
-rw-r--r--Help/variable/CMAKE_CURRENT_FUNCTION_LIST_LINE.rst4
3 files changed, 12 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_CURRENT_FUNCTION.rst b/Help/variable/CMAKE_CURRENT_FUNCTION.rst
index b11a62a..fb7f610 100644
--- a/Help/variable/CMAKE_CURRENT_FUNCTION.rst
+++ b/Help/variable/CMAKE_CURRENT_FUNCTION.rst
@@ -4,3 +4,7 @@ CMAKE_CURRENT_FUNCTION
When executing code inside a :command:`function`, this variable
contains the name of the current function. It can be useful for
diagnostic or debug messages.
+
+See also :variable:`CMAKE_CURRENT_FUNCTION_LIST_DIR`,
+:variable:`CMAKE_CURRENT_FUNCTION_LIST_FILE` and
+:variable:`CMAKE_CURRENT_FUNCTION_LIST_LINE`.
diff --git a/Help/variable/CMAKE_CURRENT_FUNCTION_LIST_FILE.rst b/Help/variable/CMAKE_CURRENT_FUNCTION_LIST_FILE.rst
index 88d8423..c737af9 100644
--- a/Help/variable/CMAKE_CURRENT_FUNCTION_LIST_FILE.rst
+++ b/Help/variable/CMAKE_CURRENT_FUNCTION_LIST_FILE.rst
@@ -3,3 +3,7 @@ CMAKE_CURRENT_FUNCTION_LIST_FILE
When executing code inside a :command:`function`, this variable
contains the full path to the listfile that defined the current function.
+
+See also :variable:`CMAKE_CURRENT_FUNCTION`,
+:variable:`CMAKE_CURRENT_FUNCTION_LIST_DIR` and
+:variable:`CMAKE_CURRENT_FUNCTION_LIST_LINE`.
diff --git a/Help/variable/CMAKE_CURRENT_FUNCTION_LIST_LINE.rst b/Help/variable/CMAKE_CURRENT_FUNCTION_LIST_LINE.rst
index 8b18d2e..ad6282e 100644
--- a/Help/variable/CMAKE_CURRENT_FUNCTION_LIST_LINE.rst
+++ b/Help/variable/CMAKE_CURRENT_FUNCTION_LIST_LINE.rst
@@ -4,3 +4,7 @@ CMAKE_CURRENT_FUNCTION_LIST_LINE
When executing code inside a :command:`function`, this variable
contains the line number in the listfile where the current function
was defined.
+
+See also :variable:`CMAKE_CURRENT_FUNCTION`,
+:variable:`CMAKE_CURRENT_FUNCTION_LIST_DIR` and
+:variable:`CMAKE_CURRENT_FUNCTION_LIST_FILE`.