From: Wouter Wijngaards Date: Tue, 9 Feb 2016 13:51:35 +0000 (+0000) Subject: And document the files. X-Git-Tag: release-1.5.8~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f1272bcdc797549792dad2c3080d0d236733378;p=thirdparty%2Funbound.git And document the files. git-svn-id: file:///svn/unbound/trunk@3621 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/util/as112.c b/util/as112.c index 74482caed..6ee694046 100644 --- a/util/as112.c +++ b/util/as112.c @@ -33,6 +33,12 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/** + * \file + * + * This file provides a list of lan zones. + */ + #include "util/as112.h" static const char* as112_zone_array[] = { diff --git a/util/as112.h b/util/as112.h index 5a38919b9..7d0329e82 100644 --- a/util/as112.h +++ b/util/as112.h @@ -33,6 +33,12 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/** + * \file + * + * This file provides a list of lan zones + */ + #ifndef UTIL_AS112_H #define UTIL_AS112_H