From c330b23c57f4834d7b314f99fbb6a0fd9c7182e1 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Wed, 6 May 2009 15:07:35 +0000 Subject: [PATCH] Minor documentation addition --- core/lib/list.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/lib/list.h b/core/lib/list.h index bfd77f9cd..d7dad5073 100644 --- a/core/lib/list.h +++ b/core/lib/list.h @@ -64,7 +64,7 @@ * * Author: Adam Dunkels * - * $Id: list.h,v 1.2 2008/10/15 14:17:28 nvt-se Exp $ + * $Id: list.h,v 1.3 2009/05/06 15:07:35 adamdunkels Exp $ */ #ifndef __LIST_H__ #define __LIST_H__ @@ -80,6 +80,10 @@ * being a pointer. This pointer is used by the linked list library to * form the linked lists. * + * The list variable is declared as static to make it easy to use in a + * single C module without unnecessarily exporting the name to other + * modules. + * * \param name The name of the list. */ #define LIST(name) \