Skip to content

Commit

Permalink
pw_status: Adopt latest docs standard
Browse files Browse the repository at this point in the history
First step towards bringing pw_status docs up to our latest standard.
Some parts of pw_status are not yet documented with Doxygen (e.g.
StatusWithSize), but that can come in future CLs.

Change-Id: I7148b17229664e2d1ccc06ae5746d6acd39d33b5
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/181181
Reviewed-by: Kayce Basques <[email protected]>
Commit-Queue: Keir Mierle <[email protected]>
  • Loading branch information
keir authored and CQ Bot Account committed Nov 17, 2023
1 parent ab02795 commit 77c17e6
Show file tree
Hide file tree
Showing 4 changed files with 744 additions and 502 deletions.
6 changes: 5 additions & 1 deletion pw_status/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,9 @@ pw_test("try_test") {
}

pw_doc_group("docs") {
sources = [ "docs.rst" ]
sources = [
"docs.rst",
"guide.rst",
"reference.rst",
]
}
Loading

0 comments on commit 77c17e6

Please sign in to comment.