From 096bd47ab0018e7b9c3affd58b6134463e2aaa65 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 8 May 2014 00:16:50 +0100 Subject: refactor url utility functions to use standard nserror codes and have appropriate documentation. --- utils/utsname.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utils/utsname.h') diff --git a/utils/utsname.h b/utils/utsname.h index cc267c6d3..cef183670 100644 --- a/utils/utsname.h +++ b/utils/utsname.h @@ -16,6 +16,11 @@ * along with this program. If not, see . */ +/** + * \file utils/utsname.h + * \brief Interface to uts API to get name and information about current kernel. + */ + #ifndef _NETSURF_UTILS_UTSNAME_H_ #define _NETSURF_UTILS_UTSNAME_H_ -- cgit v1.2.3