mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 04:01:59 +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
|
||||
|
||||
.. _checkpatch:
|
||||
|
||||
==========
|
||||
Checkpatch
|
||||
==========
|
||||
|
@ -5,6 +5,7 @@ FRRouting Developer's Guide
|
||||
:maxdepth: 2
|
||||
|
||||
workflow
|
||||
checkpatch
|
||||
building
|
||||
packaging
|
||||
process-architecture
|
||||
|
@ -9,4 +9,5 @@ OSPFD
|
||||
|
||||
ospf-api
|
||||
ospf-sr
|
||||
cspf
|
||||
|
||||
|
@ -876,6 +876,8 @@ clang-format
|
||||
checkpatch.sh
|
||||
checkpatch.pl
|
||||
|
||||
.. seealso:: :ref:`checkpatch`
|
||||
|
||||
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
|
||||
adapted version of the perl script for the same purpose. These scripts can
|
||||
|
Loading…
Reference in New Issue
Block a user