net/sock : Update documentation
Added net_sock_conf super group and updated sock_util to the super group.
This commit is contained in:
parent
b8d2d30a6d
commit
55fe4a464f
@ -206,11 +206,9 @@ static inline bool sock_udp_ep_equal(const sock_udp_ep_t *a,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup net_sock_util_conf SOCK utility functions compile configurations
|
* @defgroup net_sock_util_conf SOCK utility functions compile configurations
|
||||||
* @ingroup net_sock_util
|
* @ingroup net_sock_conf
|
||||||
* @ingroup config
|
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief maximum length of the scheme part for sock_urlsplit.
|
* @brief maximum length of the scheme part for sock_urlsplit.
|
||||||
*
|
*
|
||||||
@ -233,7 +231,6 @@ static inline bool sock_udp_ep_equal(const sock_udp_ep_t *a,
|
|||||||
#ifndef CONFIG_SOCK_URLPATH_MAXLEN
|
#ifndef CONFIG_SOCK_URLPATH_MAXLEN
|
||||||
#define CONFIG_SOCK_URLPATH_MAXLEN (64U)
|
#define CONFIG_SOCK_URLPATH_MAXLEN (64U)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
11
sys/net/sock/doc.txt
Normal file
11
sys/net/sock/doc.txt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# Copyright (c) 2020 Freie Universitaet Berlin
|
||||||
|
#
|
||||||
|
# This file is subject to the terms and conditions of the GNU Lesser
|
||||||
|
# General Public License v2.1. See the file LICENSE in the top level
|
||||||
|
# directory for more details.
|
||||||
|
#
|
||||||
|
/**
|
||||||
|
* @defgroup net_sock_conf SOCK compile configurations
|
||||||
|
* @ingroup config
|
||||||
|
* @brief Group of compile time configurations related to SOCK
|
||||||
|
*/
|
||||||
Loading…
x
Reference in New Issue
Block a user