basic Doxygen-ization

This commit is contained in:
marschap
2008-12-19 19:40:53 +00:00
parent 0e7a1f6322
commit 6e0f310d08
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/** \file server/drivers/CwLnx.c
* This is the LCDproc driver for Cwlinux devices (http://www.cwlinux.com)
* LCDd \c CwLnx driver for CwLinux devices (http://www.cwlinux.com).
*/
/* Applicable Data Sheets:
+4 -1
View File
@@ -1,5 +1,8 @@
/* This is the LCDproc driver for IO-Warrior devices (http://www.codemercs.de)
/** \file server/drivers/IOWarrior.c
* LCDd \c IOWarrior driver for CodeMercenaries' IO-Warrior devices (http://www.codemercs.de).
*/
/*
Copyright(C) 2004-2008 Peter Marschall <peter@adpm.de>
based on GPL'ed code:
+4
View File
@@ -1,3 +1,7 @@
/** \file server/dribers/xosdlib_drv.c
* LCDd \c xosd driver for on screen display on X windows.
*/
/* This is the LCDproc driver for xosdlib
Copyright(C) 2005 Peter Marschall <peter@adpm.de>