add doc for get_current_tag_number()
This commit is contained in:
parent
c817b07d9a
commit
8b7561cb89
1
layout.c
1
layout.c
|
@ -32,6 +32,7 @@
|
||||||
/** Find the index of the first currently selected tag
|
/** Find the index of the first currently selected tag
|
||||||
* \param tags the array of tags to search
|
* \param tags the array of tags to search
|
||||||
* \param ntags number of elements in above array
|
* \param ntags number of elements in above array
|
||||||
|
* \return tag number
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
get_current_tag_number(Tag *tags, int ntags)
|
get_current_tag_number(Tag *tags, int ntags)
|
||||||
|
|
Loading…
Reference in New Issue