Doxygen-ize file headers
This commit is contained in:
+11
-11
@@ -1,14 +1,4 @@
|
||||
/*
|
||||
* menuitem.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
|
||||
* 2004, F5 Networks, Inc. - IP-address input
|
||||
* 2005, Peter Marschall - error checks, ...
|
||||
*
|
||||
/** \file server/menuitem.h
|
||||
* Defines all the menuitem data and actions.
|
||||
*
|
||||
* There are a few different menuitems:
|
||||
@@ -24,6 +14,16 @@
|
||||
* One menuitem is in a different file: Menu data is in menu,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
|
||||
* 2004, F5 Networks, Inc. - IP-address input
|
||||
* 2005, Peter Marschall - error checks, ...
|
||||
*/
|
||||
|
||||
#ifndef MENUITEM_H
|
||||
#define MENUITEM_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user