On 11/07/14 14:26, Martin Hundebøll wrote:
Signed-off-by: Martin Hundebøll martin@hundeboll.net
distributed-arp-table.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/distributed-arp-table.h b/distributed-arp-table.h index d76e1d0..2fe0764 100644 --- a/distributed-arp-table.h +++ b/distributed-arp-table.h @@ -25,9 +25,7 @@
#include <linux/if_arp.h>
-/**
- BATADV_DAT_ADDR_MAX - maximum address value in the DHT space
- */
+/* BATADV_DAT_ADDR_MAX - maximum address value in the DHT space */
How can this be detected as kernel doc if you removed the starting /** ?
Cheers,