mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 13:13:08 +00:00
doc: include checkpatch & cspf docs in toctree
The documentation pages on checkpatch and CSPF were not reachable because they were not included in any toctree. Include them in the tree! Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
This commit is contained in:
parent
d2292c6bfe
commit
e45651fbd0
@ -1,5 +1,7 @@
|
|||||||
.. SPDX-License-Identifier: GPL-2.0-only
|
.. SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
|
.. _checkpatch:
|
||||||
|
|
||||||
==========
|
==========
|
||||||
Checkpatch
|
Checkpatch
|
||||||
==========
|
==========
|
||||||
|
@ -5,6 +5,7 @@ FRRouting Developer's Guide
|
|||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
workflow
|
workflow
|
||||||
|
checkpatch
|
||||||
building
|
building
|
||||||
packaging
|
packaging
|
||||||
process-architecture
|
process-architecture
|
||||||
|
@ -9,4 +9,5 @@ OSPFD
|
|||||||
|
|
||||||
ospf-api
|
ospf-api
|
||||||
ospf-sr
|
ospf-sr
|
||||||
|
cspf
|
||||||
|
|
||||||
|
@ -876,6 +876,8 @@ clang-format
|
|||||||
checkpatch.sh
|
checkpatch.sh
|
||||||
checkpatch.pl
|
checkpatch.pl
|
||||||
|
|
||||||
|
.. seealso:: :ref:`checkpatch`
|
||||||
|
|
||||||
In the Linux kernel source tree there is a Perl script used to check
|
In the Linux kernel source tree there is a Perl script used to check
|
||||||
incoming patches for style errors. FRR uses a shell script front end and an
|
incoming patches for style errors. FRR uses a shell script front end and an
|
||||||
adapted version of the perl script for the same purpose. These scripts can
|
adapted version of the perl script for the same purpose. These scripts can
|
||||||
|
Loading…
Reference in New Issue
Block a user