[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] Small Doxygen error
From: |
Gisle Vanem |
Subject: |
[lwip-devel] Small Doxygen error |
Date: |
Wed, 15 Aug 2018 22:02:59 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
While compiling using 'clang-c' I noted a warning on
'@param numdns'. It should be '@param idx':
--- a/src/apps/sntp/sntp.c 2018-08-12 13:57:15
+++ b/src/apps/sntp/sntp.c 2018-07-04 16:07:17
@@ -852,7 +852,7 @@
/**
* Obtain one of the currently configured by name NTP servers.
*
- * @param numdns the index of the NTP server
+ * @param idx the index of the NTP server
* @return IP address of the indexed NTP server or NULL if the NTP
* server has not been configured by name (or at all)
*/
--
--gv
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] Small Doxygen error,
Gisle Vanem <=