Merge pull request #11987 from miri64/nhdp/doc/deprecate

nhdp: deprecate module
This commit is contained in:
Juan I Carrano 2019-08-28 15:45:00 +02:00 committed by GitHub
commit a6e26597c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,11 @@
/**
* @defgroup nhdp NHDP
* @ingroup net
* @deprecated Unmaintained for nearly 5 years and uncertain if it still
* works; will be removed after the 2020.04 release.
* @brief The MANET Neighborhood Discovery Protocol (RFC 6130)
* @deprecated Unmaintained for 5 years and uncertain if it still works.
* Will be removed after the 2020.04 release.
* @{
*
* @file
@ -110,7 +114,8 @@ enum nhdp_address_type_t {
* Sets up NHDP's reader and writer. Call first before starting NHDP's thread
* and registering interfaces.
*/
void nhdp_init(void);
void nhdp_init(void) __attribute__
((deprecated("The nhdp module will be removed after 2020.04")));
/**
* @brief Start NHDP's operational thread