Add some more meaningful comments I found in an old file on the lcdproc.org

web site.
This commit is contained in:
mmdolze
2010-11-16 21:51:25 +00:00
parent 67c07b52dd
commit 9c1bde0ece
6 changed files with 28 additions and 7 deletions
+8 -1
View File
@@ -1,5 +1,12 @@
/** \file server/serverscreens.c
* Implement the serverscreens.
* This file contains code to allow the server to generate its own screens.
* Currently, the startup, goodbye and server status screen are provided. The
* server status screen shows total number of connected clients, and the
* combined total of screens they provide.
*
* It is interesting to note that the server creates a special screen
* definition for its screens, but uses the same widget set made available
* to clients.
*/
/* This file is part of LCDd, the lcdproc server.