summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2014-04-10 17:26:42 +0300
committerJari Vetoniemi <mailroxas@gmail.com>2014-04-10 17:26:42 +0300
commit8631506d9d1522f1a24e528f75682201b4f3cc7b (patch)
tree637586b72f4e8608d673ab582744dc4b8c6d60a7 /client
parent4a931c5ed4aaa0637bd9d41f7e45e9f22d9513ce (diff)
downloadbemenu-8631506d9d1522f1a24e528f75682201b4f3cc7b.tar.gz
bemenu-8631506d9d1522f1a24e528f75682201b4f3cc7b.tar.bz2
bemenu-8631506d9d1522f1a24e528f75682201b4f3cc7b.zip
Update documentation, include only public API in doxygen output.
Diffstat (limited to 'client')
-rw-r--r--client/client.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/client/client.c b/client/client.c
index 973e57a..4419967 100644
--- a/client/client.c
+++ b/client/client.c
@@ -1,10 +1,3 @@
-/**
- * @file client.c
- *
- * Sample client using the libbemenu.
- * Also usable as dmenu replacement.
- */
-
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
@@ -86,15 +79,6 @@ static void readItemsToMenuFromStdin(bmMenu *menu)
free(line);
}
-/**
- * Main method
- *
- * This function gives and takes the life of our program.
- *
- * @param argc Number of arguments from command line
- * @param argv Pointer to array of the arguments
- * @return exit status of the program
- */
int main(int argc, char **argv)
{
(void)argc, (void)argv;