Doxygen-ize file headers
This commit is contained in:
+11
-12
@@ -1,15 +1,4 @@
|
||||
/*
|
||||
* menu.c
|
||||
* 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, ...
|
||||
*
|
||||
/** \file server/menu.c
|
||||
* Handles a menu and all actions that can be performed on it. Note that a
|
||||
* menu is itself also a menuitem.
|
||||
*
|
||||
@@ -20,7 +9,17 @@
|
||||
* The servermenu is created from servermenu.c
|
||||
*
|
||||
* For separation this file should never need to include menuscreen.h.
|
||||
*/
|
||||
|
||||
/* 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>
|
||||
|
||||
Reference in New Issue
Block a user