Skip to content

Commit ef927a8

Browse files
dbkindernashif
authored andcommitted
doc: fix missing networking API documentation
Inspired by #7666, I scanned for other doxygen defgroups that weren't mention in the documentation and found these: vlan (defined in net/ethernet_vlan.h) ieee802154_mgmt (defined in net/ieee802154_mgmt.h) ethernet_mgmt (defined in net/ethernet_mgmt.h) Added these to networking .rst, and also added one more level to the toctree directive to show these nested groups in the table of contents. Signed-off-by: David B. Kinder <[email protected]>
1 parent d1d0dd4 commit ef927a8

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

doc/api/networking.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Networking API
44
##############
55

66
.. contents::
7-
:depth: 1
7+
:depth: 2
88
:local:
99
:backlinks: top
1010

@@ -117,12 +117,30 @@ Ethernet
117117
.. doxygengroup:: ethernet
118118
:project: Zephyr
119119

120+
Ethernet Management
121+
===================
122+
123+
.. doxygengroup:: ethernet_mgmt
124+
:project: Zephyr
125+
126+
Virtual LAN definitions and helpers
127+
===================================
128+
129+
.. doxygengroup:: vlan
130+
:project: Zephyr
131+
120132
IEEE 802.15.4
121133
=============
122134

123135
.. doxygengroup:: ieee802154
124136
:project: Zephyr
125137

138+
IEEE 802.15.4 Management
139+
========================
140+
141+
.. doxygengroup:: ieee802154_mgmt
142+
:project: Zephyr
143+
126144
Network and application libraries
127145
*********************************
128146

0 commit comments

Comments
 (0)