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/.