From c9ffaafb7742498b834abd2617516365a5ef8fbf Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Thu, 30 Apr 2009 22:15:24 +0200 Subject: [PATCH] Getinfo: Add doxy comments --- src/getinfo.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/getinfo.c b/src/getinfo.c index ccc639f..287ae46 100644 --- a/src/getinfo.c +++ b/src/getinfo.c @@ -40,6 +40,8 @@ int rf; ulong ir, il; uchar *ret; +/** Get information about tag (current, list, names) + */ void getinfo_tag(void) { @@ -78,6 +80,8 @@ getinfo_tag(void) return; } +/** Get information about screens + */ void getinfo_screen(void) { @@ -102,6 +106,8 @@ getinfo_screen(void) return; } +/** Get current layout name + */ void getinfo_layout(void) { @@ -121,6 +127,8 @@ getinfo_layout(void) return; } +/** Get information about current mwfact + */ void getinfo_mwfact(void) { @@ -140,6 +148,8 @@ getinfo_mwfact(void) return; } +/** Get information about current nmaster + */ void getinfo_nmaster(void) { @@ -157,6 +167,9 @@ getinfo_nmaster(void) return; } +/** Get information about wmfs + *\param info Type of information in a string + */ void getinfo(char *info) {