From 9036a4ddbc475e84b617bcc6248821858f12a7f9 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Sun, 10 Apr 2016 14:01:39 +0000 Subject: [PATCH] Comments added. FossilOrigin-Name: 94c3fbcc411c49012de0c826a588eb289e098b5aadc19846a9ce658d6eced5aa --- src/cw/conn_destroy.c | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/cw/conn_destroy.c b/src/cw/conn_destroy.c index 6ae4eea9..b10f752d 100644 --- a/src/cw/conn_destroy.c +++ b/src/cw/conn_destroy.c @@ -1,7 +1,7 @@ /* - This file is part of libcapwap. + This file is part of actube. - libcapwap is free software: you can redistribute it and/or modify + actube is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. @@ -13,13 +13,20 @@ You should have received a copy of the GNU General Public License along with Foobar. If not, see . - */ -#include +/** + * @file + * @brief Implements conn_destroy + */ +#include #include "conn.h" +/** + * Destroy a conn object + * @param object to destroy + */ void conn_destroy(struct conn * conn) { if (conn->fragman)