From 8b7561cb89a03d9d4b196be7440a5675f7f8db03 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 26 Oct 2007 22:00:00 +0200 Subject: [PATCH] add doc for get_current_tag_number() --- layout.c | 1 + 1 file changed, 1 insertion(+) diff --git a/layout.c b/layout.c index 6aef7b12e..11f45372f 100644 --- a/layout.c +++ b/layout.c @@ -32,6 +32,7 @@ /** Find the index of the first currently selected tag * \param tags the array of tags to search * \param ntags number of elements in above array + * \return tag number */ int get_current_tag_number(Tag *tags, int ntags)