diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2014-04-10 17:26:42 +0300 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2014-04-10 17:26:42 +0300 |
commit | 8631506d9d1522f1a24e528f75682201b4f3cc7b (patch) | |
tree | 637586b72f4e8608d673ab582744dc4b8c6d60a7 /client | |
parent | 4a931c5ed4aaa0637bd9d41f7e45e9f22d9513ce (diff) | |
download | bemenu-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.c | 16 |
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; |