aboutsummaryrefslogtreecommitdiff
path: root/pw_chrono_stl
diff options
context:
space:
mode:
authorEwout van Bekkum <ewout@google.com>2020-11-30 11:34:48 -0800
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2020-12-01 22:19:24 +0000
commit01a32af06ac910bc3ae23b3b19566175542fbc76 (patch)
tree612abd7aa821363e9eb7a0023433ed11ee884e15 /pw_chrono_stl
parentbd4906ce52d5fd549504302f08d2aa0c11b7e6fd (diff)
downloadpigweed-01a32af06ac910bc3ae23b3b19566175542fbc76.tar.gz
pw_chrono_stl: small docs fixup
Change-Id: I2665b848676166fe0d312ce543900dace8395a5e Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/26340 Reviewed-by: Armando Montanez <amontanez@google.com> Commit-Queue: Ewout van Bekkum <ewout@google.com>
Diffstat (limited to 'pw_chrono_stl')
-rw-r--r--pw_chrono_stl/docs.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/pw_chrono_stl/docs.rst b/pw_chrono_stl/docs.rst
index 8160debfb..3ba23ba07 100644
--- a/pw_chrono_stl/docs.rst
+++ b/pw_chrono_stl/docs.rst
@@ -22,5 +22,7 @@ See the documentation for ``pw_chrono`` for further details.
Build targets
-------------
The GN build for ``pw_chrono_stl`` has one target: ``system_clock``.
-The ``system_clock`` target provides the ``pw_chrono_stl/system_clock.h`` header
-and the backend for the ``pw_chrono:system_clock``.
+The ``system_clock`` target provides the
+``pw_chrono_backend/system_clock_config.h`` and
+``pw_chrono_backend/system_clock_inline.h`` headers and the backend for the
+``pw_chrono:system_clock``.