From a10ece92d0501ad9b803dcbac0b455af9fb7baa5 Mon Sep 17 00:00:00 2001 From: Andre Date: Sat, 6 Jan 2007 16:53:53 +0100 Subject: [PATCH] list.h add doxygen file comment --- list.h | 2 ++ 1 file changed, 2 insertions(+) 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) ({ \ -- 2.39.2