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
+4 -1
View File
@@ -1,5 +1,8 @@
/** \file server/widget.c
* Does all actions on widgets
* This file houses code that handles the creation and destruction of widget
* objects for the server. These functions are called from the command parser
* storing the specified widget in a generic container that is parsed later
* by the screen renderer.
*/
/* This file is part of LCDd, the lcdproc server.