git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e4fad5
)
doc: build: documentation: add description of KDOC_WERROR
author
E Shattow
<e@freeshell.de>
Fri, 19 Sep 2025 01:37:56 +0000
(18:37 -0700)
committer
Heinrich Schuchardt
<heinrich.schuchardt@canonical.com>
Sat, 27 Sep 2025 07:18:48 +0000
(09:18 +0200)
Describe KDOC_WERROR and recommend when building documentation for a patch
submission.
Signed-off-by: E Shattow <e@freeshell.de>
doc/build/documentation.rst
patch
|
blob
|
history
diff --git
a/doc/build/documentation.rst
b/doc/build/documentation.rst
index
098c96a
..
b55a466
100644
(file)
--- a/
doc/build/documentation.rst
+++ b/
doc/build/documentation.rst
@@
-16,6
+16,9
@@
the following dependencies are needed to build the documentation:
* texinfo (if building the `Infodoc documentation`_)
+When submitting patches for documentation always build with KDOC_WERROR=1 to
+treat warnings as errors.
+
HTML documentation
------------------