Skip to content
Snippets Groups Projects
Commit 38217347 authored by Martine Lenders's avatar Martine Lenders
Browse files

conn: add deprecation note

parent f6413ee5
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
/** /**
* @defgroup net_conn Application connection API * @defgroup net_conn Application connection API
* @ingroup net * @ingroup net
* @deprecated Please use @ref net_sock instead
* @brief Provides a minimal common API for applications to connect to the * @brief Provides a minimal common API for applications to connect to the
* different network stacks. * different network stacks.
* *
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
/** /**
* @defgroup net_conn_ip Raw IPv4/IPv6 connections * @defgroup net_conn_ip Raw IPv4/IPv6 connections
* @ingroup net_conn * @ingroup net_conn
* @deprecated Please use @ref net_sock_ip instead
* @brief Connection submodule for raw IPv4/IPv6 connections * @brief Connection submodule for raw IPv4/IPv6 connections
* @{ * @{
* *
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
/** /**
* @defgroup net_conn_tcp TCP connections * @defgroup net_conn_tcp TCP connections
* @ingroup net_conn * @ingroup net_conn
* @deprecated Please use @ref net_sock_tcp instead
* @brief Connection submodule for TCP connections * @brief Connection submodule for TCP connections
* @{ * @{
* *
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
/** /**
* @defgroup net_conn_udp UDP connections * @defgroup net_conn_udp UDP connections
* @ingroup net_conn * @ingroup net_conn
* @deprecated Please use @ref net_sock_udp instead
* @brief Connection submodule for UDP connections * @brief Connection submodule for UDP connections
* @{ * @{
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment