From 9293c8b8ce5580c3be0d29366ca4287a706ee03e Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 14 Oct 2016 18:56:09 +0200 Subject: More docu updates --- source/history.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/history.c') diff --git a/source/history.c b/source/history.c index d404d36b..ff71fa6c 100644 --- a/source/history.c +++ b/source/history.c @@ -39,9 +39,14 @@ #define HISTORY_MAX_ENTRIES 25 +/** + * History element + */ typedef struct __element { + /** Index in history */ long int index; + /** Entry */ char *name; }_element; -- cgit v1.2.3