Expand docs for a few modules
- Add missing README.md for a few modules.
- Start or expand docs.rst.
Change-Id: Ic13c5f71f02259205ba990c93e0403d43f7b44b1
diff --git a/pw_span/BUILD.gn b/pw_span/BUILD.gn
index e28e253..52296d9 100644
--- a/pw_span/BUILD.gn
+++ b/pw_span/BUILD.gn
@@ -12,6 +12,7 @@
# License for the specific language governing permissions and limitations under
# the License.
+import("$dir_pw_docgen/docs.gni")
import("$dir_pw_unit_test/test.gni")
config("default_config") {
@@ -41,3 +42,9 @@
"span_test.cc",
]
}
+
+pw_doc_group("docs") {
+ sources = [
+ "docs.rst",
+ ]
+}