doc: Add wmfs.doxygen; a complete doxygen configuration file, can create graph, doc about function etc...

This commit is contained in:
Martin Duquesnoy
2008-11-09 20:05:29 +01:00
parent 9e779d5aa6
commit 5f9ec19234
6 changed files with 184 additions and 7 deletions

View File

@@ -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)

View File

@@ -341,7 +341,7 @@ propertynotify(XPropertyEvent *ev)
}
/** UnmapNotify handle event
* \param XUnmapEvent pointer
* \param ev XUnmapEvent pointer
*/
void
unmapnotify(XUnmapEvent *ev)

View File

@@ -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)

View File

@@ -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*

View File

@@ -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)