瀏覽代碼

Help: Clarify backtrace order in cmake-configure-log(7)

Brad King 2 年之前
父節點
當前提交
96ce3581ab
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      Help/manual/cmake-configure-log.7.rst

+ 3 - 2
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.