Add documentation for tag_new()
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
5cabcab2f5
commit
2a6292db29
8
tag.c
8
tag.c
|
@ -31,6 +31,14 @@
|
|||
|
||||
extern AwesomeConf globalconf;
|
||||
|
||||
/** Create a new tag. Parameteres values are checked.
|
||||
* \param name tag name
|
||||
* \param layout layout to use
|
||||
* \param mwfact master width factor
|
||||
* \param nmaster number of master windows
|
||||
* \param ncol number of columns for slaves windows
|
||||
* \return a new tag with all these parameters
|
||||
*/
|
||||
Tag *
|
||||
tag_new(const char *name, Layout *layout, double mwfact, int nmaster, int ncol)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue