Skip to content

Commit

Permalink
pw_async: Add module metadata
Browse files Browse the repository at this point in the history
Bug: 339741960
Change-Id: I908fa2b645442b01f904c1d444a20f2d8e1152e5
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/214499
Lint: Lint 🤖 <[email protected]>
Reviewed-by: Taylor Cramer <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Pigweed-Auto-Submit: Kayce Basques <[email protected]>
  • Loading branch information
Kayce Basques authored and CQ Bot Account committed Jun 6, 2024
1 parent 3fa03ca commit 732c882
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
7 changes: 7 additions & 0 deletions docs/module_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
"GN"
]
},
"pw_async": {
"tagline": "Portable APIs for asynchronous code",
"status": "deprecated",
"languages": [
"C++"
]
},
"pw_async2": {
"tagline": "Cooperative async tasks for embedded",
"status": "experimental",
Expand Down
3 changes: 2 additions & 1 deletion docs/module_metadata_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"enum": [
"stable",
"unstable",
"experimental"
"experimental",
"deprecated"
]
},
"tagline": {
Expand Down
7 changes: 5 additions & 2 deletions pw_async/backends.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
.. _module-pw_async-backends:

==================
=================
pw_async backends
==================
=================
.. pigweed-module-subpage::
:name: pw_async

.. TODO: b/323607687 - Add backend guidance here
.. toctree::
Expand Down
6 changes: 4 additions & 2 deletions pw_async/docs.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
.. _module-pw_async:

================
========
pw_async
================
========
.. pigweed-module::
:name: pw_async

--------
Overview
Expand Down

0 comments on commit 732c882

Please sign in to comment.