diff options
author | Brad King <brad.king@kitware.com> | 2023-01-13 18:21:13 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-01-13 18:21:41 (GMT) |
commit | 96ce3581ab77371f8e794fe4d29da6989f66cdcc (patch) | |
tree | d376a63ef6333e6fed4fe58e7b34c68bc2776c39 /Help/manual | |
parent | 485a72dc64602a0e1513744bd3855333e1dfb1da (diff) | |
download | CMake-96ce3581ab77371f8e794fe4d29da6989f66cdcc.zip CMake-96ce3581ab77371f8e794fe4d29da6989f66cdcc.tar.gz CMake-96ce3581ab77371f8e794fe4d29da6989f66cdcc.tar.bz2 |
Help: Clarify backtrace order in cmake-configure-log(7)
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-configure-log.7.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/manual/cmake-configure-log.7.rst b/Help/manual/cmake-configure-log.7.rst index f909717..aa2c20c 100644 --- a/Help/manual/cmake-configure-log.7.rst +++ b/Help/manual/cmake-configure-log.7.rst @@ -115,8 +115,9 @@ The keys common to all events are: ``backtrace`` A YAML block sequence reporting the call stack of CMake source - locations at which the event occurred. Each node is a string - specifying one location formatted as ``<file>:<line> (<function>)``. + locations at which the event occurred, from most-recent to + least-recent. Each node is a string specifying one location + formatted as ``<file>:<line> (<function>)``. Additional mapping keys are specific to each (versioned) event kind, described below. |