From: Andre Noll Date: Thu, 27 Sep 2007 07:29:33 +0000 (+0200) Subject: attribute.c: Add doxygen file comment. X-Git-Tag: v0.3.0~341 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=ee56b89f3c7d0498a9003b97d4c828ce3a0d7212 attribute.c: Add doxygen file comment. --- diff --git a/attribute.c b/attribute.c index 801d907a..7c72638f 100644 --- a/attribute.c +++ b/attribute.c @@ -3,6 +3,8 @@ * * Licensed under the GPL v2. For licencing details see COPYING. */ + +/** \file attribute.c Attribute handling functions. */ #include "para.h" #include "error.h" #include "afh.h"