From b38f324af9dd953a661b9f35910f8c6d8eb2cc06 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Mon, 15 Aug 2016 15:27:28 +0200 Subject: Add a summary comment in all other printers Moreover: Remove some redundant comments Update some summary comments Update the specification URL for ATA over Ethernet (AoE) protocol --- print-olsr.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'print-olsr.c') diff --git a/print-olsr.c b/print-olsr.c index 2473dfed..e095ef71 100644 --- a/print-olsr.c +++ b/print-olsr.c @@ -13,12 +13,14 @@ * LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE. * - * Optimized Link State Protocl (OLSR) as per rfc3626 - * * Original code by Hannes Gredler * IPv6 additions by Florian Forster */ +/* \summary: Optimized Link State Routing Protocol (OLSR) printer */ + +/* specification: RFC 3626 */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -- cgit v1.2.1