Skip to content

Commit

Permalink
Fix doxygen 1.8.17 warnings (ARMmbed#2546)
Browse files Browse the repository at this point in the history
Fix warnings created by doxygen 1.8.17 that is used in Ubuntu 20.04.
  • Loading branch information
Arto Kinnunen committed Jan 15, 2021
1 parent 1e0beb3 commit d59dc5d
Show file tree
Hide file tree
Showing 7 changed files with 390 additions and 197 deletions.
568 changes: 380 additions & 188 deletions Doxyfile

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions nanostack/mac_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ typedef enum {
} mlme_primitive;

/**
* \struct mac_description_storage_size_t
* \struct mac_description_storage_size_s
* \brief Container for MAC storage sizes.
*/
typedef struct mac_description_storage_size_s {
Expand Down Expand Up @@ -305,7 +305,7 @@ struct mac_api_s {
};

/**
* \struct mac_statistics_t
* \struct mac_statistics_s
* \brief MAC statistics structure.
*/
typedef struct mac_statistics_s {
Expand Down
3 changes: 2 additions & 1 deletion nanostack/net_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ typedef enum arm_library_event_type_e {
#define SOCKET_BIND_DONE SOCKET_CONNECT_DONE /**< Backward compatibility */
#define SOCKET_BIND_FAIL SOCKET_CONNECT_FAIL /**< Backward compatibility */
#define SOCKET_BIND_AUTH_FAIL SOCKET_CONNECT_AUTH_FAIL /**< Backward compatibility */
/* @} */
/** @} */

/** Network security levels. */
typedef enum net_security_t {
Expand Down Expand Up @@ -1228,3 +1228,4 @@ extern const cca_threshold_table_s *arm_nwk_get_cca_threshold_table(int8_t inter
}
#endif
#endif /* NET_INTERFACE_H_ */

2 changes: 1 addition & 1 deletion nanostack/net_nvm_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ typedef enum pana_client_nvm_update_process_t {
} pana_client_nvm_update_process_t;

/*!
* \struct wpan_nvm_params_t
* \struct wpan_nvm_params
* \brief Network nvm parameters.
*/
typedef struct wpan_nvm_params {
Expand Down
2 changes: 1 addition & 1 deletion nanostack/net_polling_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extern "C" {
#endif

/*!
* \enum net_host_mode_t
* \enum net_host_mode
* \brief Sleepy host states.
*/
typedef enum net_host_mode {
Expand Down
2 changes: 1 addition & 1 deletion nanostack/ns_mdns_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ typedef struct ns_mdns *ns_mdns_t; /**< Instance */
typedef struct ns_mdns_service *ns_mdns_service_t; /**< Service instance */

/*!
* \struct ns_mdns_service_param_t
* \struct ns_mdns_service_param
* \brief Structure for mDNS service parameters
*/
typedef struct ns_mdns_service_param {
Expand Down
6 changes: 3 additions & 3 deletions nanostack/socket_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ typedef struct socket_callback_t {
} socket_callback_t;

/*!
* \struct ns_msghdr_t
* \struct ns_msghdr
* \brief Normal IP socket message structure for socket_recvmsg() and socket_sendmsg().
*/

Expand All @@ -211,7 +211,7 @@ typedef struct ns_msghdr {
} ns_msghdr_t;

/*!
* \struct ns_cmsghdr_t
* \struct ns_cmsghdr
* \brief Control messages.
*/
typedef struct ns_cmsghdr {
Expand Down Expand Up @@ -242,7 +242,7 @@ typedef struct ns_cmsghdr {
#define NS_MSG_LEGACY0 0x4000
///@}
/*!
* \struct ns_in6_pktinfo_t
* \struct ns_in6_pktinfo
* \brief IPv6 packet info which is used for socket_recvmsg() socket_sendmsg().
*/
typedef struct ns_in6_pktinfo {
Expand Down

0 comments on commit d59dc5d

Please sign in to comment.