drivers/netdev: Clarify documentation

This commit is contained in:
Marian Buschsieweke 2020-10-06 10:48:06 +02:00
parent e9af7f9415
commit 5b9463aca1
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -433,6 +433,8 @@ typedef struct netdev_driver {
* @pre for array types of @ref netopt_t @p max_len must greater or * @pre for array types of @ref netopt_t @p max_len must greater or
* equal the required length (see * equal the required length (see
* [netopt documentation](@ref net_netopt) for type) * [netopt documentation](@ref net_netopt) for type)
* @pre @p value must have the natural alignment of its type (see
* [netopt documentation](@ref net_netopt) for type)
* *
* @param[in] dev network device descriptor * @param[in] dev network device descriptor
* @param[in] opt option type * @param[in] opt option type
@ -455,6 +457,8 @@ typedef struct netdev_driver {
* @pre for array types of @ref netopt_t @p value_len must lesser or * @pre for array types of @ref netopt_t @p value_len must lesser or
* equal the required length (see * equal the required length (see
* [netopt documentation](@ref net_netopt) for type) * [netopt documentation](@ref net_netopt) for type)
* @pre @p value must have the natural alignment of its type (see
* [netopt documentation](@ref net_netopt) for type)
* *
* @param[in] dev network device descriptor * @param[in] dev network device descriptor
* @param[in] opt option type * @param[in] opt option type