doc: Add wmfs.doxygen; a complete doxygen configuration file, can create graph, doc about function etc...
This commit is contained in:
@@ -132,7 +132,7 @@ uicb_client_prev(uicb_t cmd)
|
||||
}
|
||||
|
||||
/** Switch to the next client
|
||||
* \param cnd uicb_t type unused
|
||||
* \param cmd uicb_t type unused
|
||||
*/
|
||||
void
|
||||
uicb_client_next(uicb_t cmd)
|
||||
|
||||
@@ -341,7 +341,7 @@ propertynotify(XPropertyEvent *ev)
|
||||
}
|
||||
|
||||
/** UnmapNotify handle event
|
||||
* \param XUnmapEvent pointer
|
||||
* \param ev XUnmapEvent pointer
|
||||
*/
|
||||
void
|
||||
unmapnotify(XUnmapEvent *ev)
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#include "wmfs.h"
|
||||
|
||||
/** Set a tag
|
||||
* \param cmd Tag number or '+' / '-'
|
||||
* \param cmd Tag number or '+' / '-', uicb_t type
|
||||
*/
|
||||
void
|
||||
uicb_tag(uicb_t cmd)
|
||||
@@ -86,7 +86,7 @@ uicb_tag_prev(uicb_t cmd)
|
||||
|
||||
/** Transfert the selected client to
|
||||
* the wanted tag
|
||||
* \param cmd Wanted tag
|
||||
* \param cmd Wanted tag, uicb_t type
|
||||
*/
|
||||
void
|
||||
uicb_tagtransfert(uicb_t cmd)
|
||||
|
||||
@@ -33,8 +33,8 @@
|
||||
#include "wmfs.h"
|
||||
|
||||
/** Calloc with an error message if there is a probleme
|
||||
* \param uint Element
|
||||
* \param uint Size
|
||||
* \param element Element
|
||||
* \param size Size
|
||||
* \return void pointer
|
||||
*/
|
||||
void*
|
||||
|
||||
@@ -147,7 +147,7 @@ mainloop(void)
|
||||
|
||||
/** Set the exiting variable to True
|
||||
* for stop the main loop
|
||||
* \param unused uicb_t
|
||||
* \param cmd unused uicb_t
|
||||
*/
|
||||
void
|
||||
uicb_quit(uicb_t cmd)
|
||||
|
||||
Reference in New Issue
Block a user