Skip to content

Commit

Permalink
doc: net_buf: move the network buffer documentation to services
Browse files Browse the repository at this point in the history
Move the network buffer documentation from networking to services as the
implementation now lives outside of the networking subsystem.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
  • Loading branch information
henrikbrixandersen authored and mmahadevan108 committed Sep 7, 2024
1 parent 159f7db commit f86f526
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions MAINTAINERS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2844,6 +2844,7 @@ Networking:
- tbursztyka
- jukkar
files:
- doc/services/net_buf/
- include/zephyr/net/buf.h
- include/zephyr/net_buf.h
- lib/net_buf/
Expand Down
3 changes: 1 addition & 2 deletions doc/connectivity/networking/api/buf_mgmt.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
.. _net_buf_mgmt:

Network Buffer Management
Network Packet Management
#########################

.. toctree::
:maxdepth: 1

net_buf.rst
net_pkt.rst
1 change: 1 addition & 0 deletions doc/services/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ OS Services
tracing/index.rst
resource_management/index.rst
mem_mgmt/index.rst
net_buf/index.rst
modbus/index.rst
modem/index.rst
notify.rst
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _net_buf_interface:

Network Buffer
##############
Network Buffers
###############

.. contents::
:local:
Expand Down

0 comments on commit f86f526

Please sign in to comment.