From: Andre Date: Sat, 6 Jan 2007 15:53:53 +0000 (+0100) Subject: list.h add doxygen file comment X-Git-Tag: v0.2.15~102 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=a10ece92d0501ad9b803dcbac0b455af9fb7baa5 list.h add doxygen file comment --- diff --git a/list.h b/list.h index 209d8701..4b946c7c 100644 --- a/list.h +++ b/list.h @@ -5,6 +5,8 @@ * */ +/** \file list.h doubly linked list implementation */ + #include /* offsetof */ #define container_of(ptr, type, member) ({ \