Skip to content

Commit

Permalink
pw_bytes: Add module metadata
Browse files Browse the repository at this point in the history
Bug: 339741960
Change-Id: I29053635060eefcdec5c25cd962b0635132022dc
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/214509
Reviewed-by: Wyatt Hepler <[email protected]>
Commit-Queue: Kayce Basques <[email protected]>
Lint: Lint 🤖 <[email protected]>
  • Loading branch information
Kayce Basques authored and CQ Bot Account committed Jun 7, 2024
1 parent d3fdc8b commit 13815f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
7 changes: 7 additions & 0 deletions docs/module_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@
"GN"
]
},
"pw_bytes": {
"tagline": "Utilities for manipulating binary data",
"status": "stable",
"languages": [
"C++"
]
},
"pw_cli": {
"tagline": "Enhance and accelerate custom command-line tooling",
"status": "stable",
Expand Down
12 changes: 5 additions & 7 deletions pw_bytes/docs.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
.. _module-pw_bytes:

=========
========
pw_bytes
=========
pw_bytes is a collection of utilities for manipulating binary data.
========
.. pigweed-module::
:name: pw_bytes

-------------
Compatibility
-------------
C++17
pw_bytes is a collection of utilities for manipulating binary data.

------------
Dependencies
Expand Down

0 comments on commit 13815f7

Please sign in to comment.