aboutsummaryrefslogtreecommitdiff
path: root/docs/BUILD.gn
diff options
context:
space:
mode:
authorArmando Montanez <amontanez@google.com>2019-12-06 13:06:01 -0800
committerArmando Montanez <amontanez@google.com>2019-12-10 00:05:55 +0000
commitd2e4903a42a6379fbe08f364490046a8f3bdf3d1 (patch)
treed2b0971d109c514f8493273c7f0fa83dcc7ebd0a /docs/BUILD.gn
parent8edfeaeec06c7e14808e44b0bb7d071e2e03b01e (diff)
downloadpigweed-d2e4903a42a6379fbe08f364490046a8f3bdf3d1.tar.gz
pw_dumb_io: Update docs
Add/update docs for the pw_dumb_io facade and backends. Configures GN build files such that all the backend docs are built even if the backend isn't in use. Change-Id: I91fca1cb2d3f5d4b57ae1f6991a89270a35be1c6
Diffstat (limited to 'docs/BUILD.gn')
-rw-r--r--docs/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/BUILD.gn b/docs/BUILD.gn
index af3cd1f1f..742314ddd 100644
--- a/docs/BUILD.gn
+++ b/docs/BUILD.gn
@@ -32,6 +32,9 @@ pw_doc_gen("docs") {
":core_docs",
"$dir_pw_bloat:docs",
"$dir_pw_docgen:docs",
+ "$dir_pw_dumb_io:docs",
+ "$dir_pw_dumb_io_baremetal_stm32f429:docs",
+ "$dir_pw_dumb_io_stdio:docs",
"$dir_pw_preprocessor:docs",
"$dir_pw_string:docs",
"$dir_pw_test_server:docs",