On Jul 11, 2014 3:05 PM, Antonio Quartulli antonio@meshcoding.com wrote:
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 /** ?
It is not kernel doc. I couldn't find any documentation about defines in the nano-kernel-doc-doc, and since the kernel doc script complained, I chose to remove it..
// Martin
b.a.t.m.a.n@lists.open-mesh.org