third_party.pigweed.src/pw_status
Wyatt Hepler 0a2c6ba660 pw_status: Consolidate Status docs
- Move the status description from C++ to the docs so there is a single
  description of the status codes that applies to all languages. This
  also allows anywhere in the docs / Doxygen comments to link to the
  status codes.
- Document using status codes in all supported languages.
- Link to the status descriptions in Pigweed's docs from C++, Python,
  and TypeScript.
- Introduce Doxygen alias so status codes can be referenced with
  @pw_status{CODE} in Doxygen comments.

Change-Id: I7a59bc90da9cec09a08376952cf8472e02c67f03
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/136732
Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Reviewed-by: Kayce Basques <kayce@google.com>
2023-04-08 01:08:58 +00:00
..
public/pw_status pw_status: Consolidate Status docs 2023-04-08 01:08:58 +00:00
py pw_status: Consolidate Status docs 2023-04-08 01:08:58 +00:00
ts pw_status: Consolidate Status docs 2023-04-08 01:08:58 +00:00
Android.bp
BUILD.bazel
BUILD.gn
CMakeLists.txt
docs.rst pw_status: Consolidate Status docs 2023-04-08 01:08:58 +00:00
Kconfig
OWNERS
README.md
status_test_c.c
status_test.cc
status_with_size_test.cc
status.cc
try_test.cc

pw_status: Pigweed status codes