list.h add doxygen file comment
authorAndre <maan@p133.(none)>
Sat, 6 Jan 2007 15:53:53 +0000 (16:53 +0100)
committerAndre <maan@p133.(none)>
Sat, 6 Jan 2007 15:53:53 +0000 (16:53 +0100)
list.h

diff --git a/list.h b/list.h
index 209d8701c9c6a975972ed3a6a98c557f3554ddd8..4b946c7c24e037925c924b76df76c23c0a109196 100644 (file)
--- a/list.h
+++ b/list.h
@@ -5,6 +5,8 @@
  *
  */
 
  *
  */
 
+/** \file list.h doubly linked list implementation */
+
 #include <stddef.h> /* offsetof */
 
 #define container_of(ptr, type, member) ({                      \
 #include <stddef.h> /* offsetof */
 
 #define container_of(ptr, type, member) ({                      \