aboutsummaryrefslogtreecommitdiff
path: root/docs/BUILD.gn
diff options
context:
space:
mode:
authorRob Mohr <mohrr@google.com>2019-12-10 20:10:41 -0800
committerRob Mohr <mohrr@google.com>2019-12-10 20:10:44 -0800
commit49de49203a81787bc8cd87d045e721b0f8214c05 (patch)
treeb3a68a2c8bcdeee1ddde8b32243725730b7e5a6f /docs/BUILD.gn
parentcbc91a2f115a00968973c870e01306cac70fbd43 (diff)
downloadpigweed-49de49203a81787bc8cd87d045e721b0f8214c05.tar.gz
Fix how pw_build docs are used.
Change-Id: Ic6d357a116f0da8b167a1b9618ca84f6513c5ec5
Diffstat (limited to 'docs/BUILD.gn')
-rw-r--r--docs/BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/BUILD.gn b/docs/BUILD.gn
index ac10d9170..79aa78267 100644
--- a/docs/BUILD.gn
+++ b/docs/BUILD.gn
@@ -31,9 +31,10 @@ pw_doc_gen("docs") {
deps = [
":core_docs",
"$dir_pw_bloat:docs",
+ "$dir_pw_build:docs",
"$dir_pw_docgen:docs",
- "$dir_pw_dumb_io_baremetal_stm32f429:docs",
"$dir_pw_dumb_io:docs",
+ "$dir_pw_dumb_io_baremetal_stm32f429:docs",
"$dir_pw_dumb_io_stdio:docs",
"$dir_pw_module:docs",
"$dir_pw_preprocessor:docs",