add path to Doxygen headers

This commit is contained in:
marschap
2008-11-30 22:42:34 +00:00
parent 11cc2c1697
commit d326841b37
12 changed files with 86 additions and 110 deletions
+10 -12
View File
@@ -1,16 +1,5 @@
/* \file client_commands.c
/* \file server/commands/client_commands.c
* Defines handlers for general client commands.
*/
/*
* This file is part of LCDd, the lcdproc server.
*
* This file is released under the GNU General Public License. Refer to the
* COPYING file distributed with this package.
*
* Copyright (c) 1999, William Ferrell, Scott Scriven
* 2002, Joris Robijn
*
*
* This contains definitions for all the functions which clients can run.
* The functions here are to be called only from parse.c's interpreter.
@@ -19,6 +8,15 @@
* for each command.
*/
/* This file is part of LCDd, the lcdproc server.
*
* This file is released under the GNU General Public License.
* Refer to the COPYING file distributed with this package.
*
* Copyright (c) 1999, William Ferrell, Scott Scriven
* 2002, Joris Robijn
*/
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
+4 -6
View File
@@ -1,16 +1,14 @@
/* \file client_commands.h
/* \file server/commands/client_commands.h
* Declares handlers for general client commands.
*/
/*
* This file is part of LCDd, the lcdproc server.
/* This file is part of LCDd, the lcdproc server.
*
* This file is released under the GNU General Public License. Refer to the
* COPYING file distributed with this package.
* This file is released under the GNU General Public License.
* Refer to the COPYING file distributed with this package.
*
* Copyright (c) 1999, William Ferrell, Scott Scriven
* 2002, Joris Robijn
*
*/
#ifndef COMMANDS_CLIENT_H
+10 -12
View File
@@ -1,16 +1,5 @@
/* \file command_list.c
/* \file server/commands/command_list.c
* Defines the dispatcher for handlers dealing with the client commands.
*/
/*
* This file is part of LCDd, the lcdproc server.
*
* This file is released under the GNU General Public License. Refer to the
* COPYING file distributed with this package.
*
* Copyright (c) 1999, William Ferrell, Scott Scriven
* 2003, Joris Robijn
*
*
* This contains definitions for all the functions which clients can run.
* The functions here are to be called only from parse.c's interpreter.
@@ -19,6 +8,15 @@
* for each command. <-- TODO !
*/
/* This file is part of LCDd, the lcdproc server.
*
* This file is released under the GNU General Public License.
* Refer to the COPYING file distributed with this package.
*
* Copyright (c) 1999, William Ferrell, Scott Scriven
* 2003, Joris Robijn
*/
#include "command_list.h"
#include "server_commands.h"
#include "client_commands.h"
+4 -6
View File
@@ -1,15 +1,13 @@
/* \file command_list.h
/* \file server/commands/command_list.h
* Declares client command dispatcher function.
*/
/*
* This file is part of LCDd, the lcdproc server.
/* This file is part of LCDd, the lcdproc server.
*
* This file is released under the GNU General Public License. Refer to the
* COPYING file distributed with this package.
* This file is released under the GNU General Public License.
* Refer to the COPYING file distributed with this package.
*
* Copyright (c) 1999, William Ferrell, Scott Scriven
*
*/
#ifndef COMMANDS_COMMAND_LIST_H
+12 -14
View File
@@ -1,18 +1,5 @@
/* \file menu_commands.c
/* \file server/commands/menu_commands.c
* Defines handlers for client commands concerning menus.
*/
/*
* This file is part of LCDd, the lcdproc server.
*
* This file is released under the GNU General Public License. Refer to the
* COPYING file distributed with this package.
*
* Copyright (c) 1999, William Ferrell, Scott Scriven
* 2002, Joris Robijn
* 2004, F5 Networks, Inc. - IP-address input
* 2005, Peter Marschall - error checks, ...
*
*
* This contains definitions for all the functions which clients can run.
* The functions here are to be called only from parse.c's interpreter.
@@ -21,6 +8,17 @@
* for each command.
*/
/* This file is part of LCDd, the lcdproc server.
*
* This file is released under the GNU General Public License.
* Refer to the COPYING file distributed with this package.
*
* Copyright (c) 1999, William Ferrell, Scott Scriven
* 2002, Joris Robijn
* 2004, F5 Networks, Inc. - IP-address input
* 2005, Peter Marschall - error checks, ...
*/
#include <stdlib.h>
#include <stdio.h>
#include <stddef.h>
+4 -6
View File
@@ -1,16 +1,14 @@
/* \file menu_commands.h
/* \file server/commands/menu_commands.h
* Declares handlers for client menu commands.
*/
/*
* This file is part of LCDd, the lcdproc server.
/* This file is part of LCDd, the lcdproc server.
*
* This file is released under the GNU General Public License. Refer to the
* COPYING file distributed with this package.
* This file is released under the GNU General Public License.
* Refer to the COPYING file distributed with this package.
*
* Copyright (c) 1999, William Ferrell, Scott Scriven
* 2002, Joris Robijn
*
*/
#ifndef COMMANDS_MENU_H
+10 -12
View File
@@ -1,16 +1,5 @@
/* \file screens_commands.c
/* \file server/commands/screens_commands.c
* Defines handlers for the client commands concerning screens.
*/
/*
* This file is part of LCDd, the lcdproc server.
*
* This file is released under the GNU General Public License. Refer to the
* COPYING file distributed with this package.
*
* Copyright (c) 1999, William Ferrell, Scott Scriven
* 2002, Joris Robijn
*
*
* This contains definitions for all the functions which clients can run.
* The functions here are to be called only from parse.c's interpreter.
@@ -19,6 +8,15 @@
* for each command.
*/
/* This file is part of LCDd, the lcdproc server.
*
* This file is released under the GNU General Public License.
* Refer to the COPYING file distributed with this package.
*
* Copyright (c) 1999, William Ferrell, Scott Scriven
* 2002, Joris Robijn
*/
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
+4 -6
View File
@@ -1,16 +1,14 @@
/* \file screen_commands.h
/* \file server/commands/screen_commands.h
* Declares handlers for client screen commands.
*/
/*
* This file is part of LCDd, the lcdproc server.
/* This file is part of LCDd, the lcdproc server.
*
* This file is released under the GNU General Public License. Refer to the
* COPYING file distributed with this package.
* This file is released under the GNU General Public License.
* Refer to the COPYING file distributed with this package.
*
* Copyright (c) 1999, William Ferrell, Scott Scriven
* 2002, Joris Robijn
*
*/
#ifndef COMMANDS_SCREEN_H
+10 -12
View File
@@ -1,16 +1,5 @@
/* \file server_commands.c
/* \file server/commands/server_commands.c
* Defines handlers for client commands concerning the server settings.
*/
/*
* This file is part of LCDd, the lcdproc server.
*
* This file is released under the GNU General Public License. Refer to the
* COPYING file distributed with this package.
*
* Copyright (c) 1999, William Ferrell, Scott Scriven
* 2002, Joris Robijn
*
*
* This contains definitions for all the functions which clients can run.
* The functions here are to be called only from parse.c's interpreter.
@@ -19,6 +8,15 @@
* for each command.
*/
/* This file is part of LCDd, the lcdproc server.
*
* This file is released under the GNU General Public License.
* Refer to the COPYING file distributed with this package.
*
* Copyright (c) 1999, William Ferrell, Scott Scriven
* 2002, Joris Robijn
*/
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
+4 -6
View File
@@ -1,16 +1,14 @@
/* \file server_commands.h
/* \file server/commands/server_commands.h
* Declares handlers for client commands dealing with server properties.
*/
/*
* This file is part of LCDd, the lcdproc server.
/* This file is part of LCDd, the lcdproc server.
*
* This file is released under the GNU General Public License. Refer to the
* COPYING file distributed with this package.
* This file is released under the GNU General Public License.
* Refer to the COPYING file distributed with this package.
*
* Copyright (c) 1999, William Ferrell, Scott Scriven
* 2002, Joris Robijn
*
*/
#ifndef COMMANDS_SERVER_H
+10 -12
View File
@@ -1,16 +1,5 @@
/* \file widget_commands.c
/* \file server/commands/widget_commands.c
* Defines handlers for client commands concerning widgets.
*/
/*
* This file is part of LCDd, the lcdproc server.
*
* This file is released under the GNU General Public License. Refer to the
* COPYING file distributed with this package.
*
* Copyright (c) 1999, William Ferrell, Scott Scriven
* 2002, Joris Robijn
*
*
* This contains definitions for all the functions which clients can run.
* The functions here are to be called only from parse.c's interpreter.
@@ -19,6 +8,15 @@
* for each command.
*/
/* This file is part of LCDd, the lcdproc server.
*
* This file is released under the GNU General Public License.
* Refer to the COPYING file distributed with this package.
*
* Copyright (c) 1999, William Ferrell, Scott Scriven
* 2002, Joris Robijn
*/
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
+4 -6
View File
@@ -1,16 +1,14 @@
/* \file widget_commands.h
/* \file server/commands/widget_commands.h
* Declares handlers for client widget commands.
*/
/*
* This file is part of LCDd, the lcdproc server.
/* This file is part of LCDd, the lcdproc server.
*
* This file is released under the GNU General Public License. Refer to the
* COPYING file distributed with this package.
* This file is released under the GNU General Public License.
* Refer to the COPYING file distributed with this package.
*
* Copyright (c) 1999, William Ferrell, Scott Scriven
* 2002, Joris Robijn
*
*/
#ifndef COMMANDS_WIDGET_H