doc: kconfig: Fix accidental SPDX-License-Identifier in generated doc
RST uses '..' for comments, not '#'. The license line currently shows up on https://docs.zephyrproject.org/latest/guides/kconfig/index.html Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
ea5866e5f0
commit
605a390633
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
.. SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
.. _kconfig_tips_and_tricks:
|
.. _kconfig_tips_and_tricks:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue