From: Vladimír Čunát Date: Wed, 15 Feb 2017 17:27:19 +0000 (+0100) Subject: avoid a doxygen warning X-Git-Tag: v1.3.0~23^2~75^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=644e9683c8804c4b864cd82798eebfde4513d73f;p=thirdparty%2Fknot-resolver.git avoid a doxygen warning --- diff --git a/lib/module.h b/lib/module.h index 98a857baa..92ab3a197 100644 --- a/lib/module.h +++ b/lib/module.h @@ -14,7 +14,9 @@ along with this program. If not, see . */ -/** @file module API definition and functions for (un)loading modules. */ +/** @file + * Module API definition and functions for (un)loading modules. + */ #pragma once