commit | cb5ee68a68c2c3ccf7de384de63a956c9d6ac006 | [log] [tgz] |
---|---|---|
author | Jonathon Reinhart <jrreinhart@google.com> | Thu Jul 25 21:35:36 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 25 21:35:36 2024 +0000 |
tree | b1fb723c8f2571d9d86adc3679dbae77d2edfb09 | |
parent | 0792e045ef9cc2769f74da65f5fee990cb4f33ba [diff] |
pw_async2: Fix minor doc issues It turns out using code backticks in a markdown header, in a Doxygen class comment, in an RST document doesn't quite work right. This: /// # Using `co_await` Resulted in <tt>co_await</tt> being visible in the final rendered doc. Just remove the backticks rather than trying to unwind that stack. Change-Id: Ibd0f0de22cf3cde146242b9b5c63a1e80472d082 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/226111 Pigweed-Auto-Submit: Jonathon Reinhart <jrreinhart@google.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com> Reviewed-by: Taylor Cramer <cramertj@google.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.